First try apisix-ingress-controler

This commit is contained in:
2024-02-01 17:03:55 +01:00
parent 82096575ba
commit 718741df6b
16 changed files with 793 additions and 0 deletions

View 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

View File

@ -0,0 +1,8 @@
apiVersion: apps/v1
kind: StatefulSet
metadata:
name: etcd-server
spec:
replicas: 3