First try apisix-ingress-controler
This commit is contained in:
9
base/apisix/resources/etcd/kustomization.yaml
Normal file
9
base/apisix/resources/etcd/kustomization.yaml
Normal file
@ -0,0 +1,9 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
|
||||
resources:
|
||||
- https://github.com/kustomhippie/etcd.git?ref=v2.0.2
|
||||
#- https://github.com/kustomhippie/etcd.git//snapshot?ref=v2.0.2
|
||||
|
||||
patches:
|
||||
- path: patches/statefulset.yaml
|
8
base/apisix/resources/etcd/patches/statefulset.yaml
Normal file
8
base/apisix/resources/etcd/patches/statefulset.yaml
Normal file
@ -0,0 +1,8 @@
|
||||
apiVersion: apps/v1
|
||||
kind: StatefulSet
|
||||
|
||||
metadata:
|
||||
name: etcd-server
|
||||
|
||||
spec:
|
||||
replicas: 3
|
Reference in New Issue
Block a user