add initial config for mediawiki and teastore
All checks were successful
Mirror to GitHub / mirror (push) Successful in 8s

This commit is contained in:
jona.klaess
2026-06-12 09:46:36 +02:00
parent b08aaa9ebe
commit 102908d8e4
8 changed files with 303 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
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