remove auth patch
All checks were successful
Mirror to GitHub / mirror (push) Successful in 10s

This commit is contained in:
jona.klaess
2026-06-16 16:08:43 +02:00
parent 076502f248
commit 680741d552
2 changed files with 0 additions and 17 deletions

View File

@@ -1,16 +0,0 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: teastore-auth
spec:
template:
spec:
containers:
- name: teastore-auth
resources:
requests:
cpu: 80m
memory: 0.5Gi
limits:
cpu: 200m
memory: 0.7Gi

View File

@@ -20,7 +20,6 @@ patches:
ports: ports:
- port: 8080 - port: 8080
targetPort: 8080 targetPort: 8080
- path: auth-patch.yaml
- path: db-patch.yaml - path: db-patch.yaml
- path: image-patch.yaml - path: image-patch.yaml
- path: persistence-patch.yaml - path: persistence-patch.yaml