kubernetes deployments for varnish & app

This commit is contained in:
2025-09-04 01:25:36 +02:00
parent 630ceb2473
commit d0e107f644
2 changed files with 12 additions and 15 deletions

View File

@@ -9,7 +9,7 @@ metadata:
spec:
ports:
- port: 80
name: http
name: http-varnish
protocol: TCP
targetPort: 6081
selector:
@@ -28,7 +28,7 @@ metadata:
spec:
ports:
- port: 80
name: http
name: http-app
protocol: TCP
targetPort: 3000
selector: