Files
kubernetes-config/teastore/kustomization.yaml
jona.klaess 680741d552
All checks were successful
Mirror to GitHub / mirror (push) Successful in 10s
remove auth patch
2026-06-16 16:08:43 +02:00

28 lines
649 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: ptp-chat
resources:
- istio.yaml
- https://raw.githubusercontent.com/DescartesResearch/TeaStore/master/examples/kubernetes/teastore-clusterip.yaml
patches:
- target:
kind: Service
name: teastore-webui
patch: |-
apiVersion: v1
kind: Service
metadata:
name: teastore-webui
spec:
ports:
- port: 8080
targetPort: 8080
- path: db-patch.yaml
- path: image-patch.yaml
- path: persistence-patch.yaml
- path: recommender-patch.yaml
- path: registry-patch.yaml
- path: webui-patch.yaml