feat: with updated deployment

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
Kasper Juul Hermansen 2024-01-23 21:43:24 +01:00
parent 7c11555a53
commit 17e73aa12e
Signed by: kjuulh
GPG Key ID: 57B6E1465221F912

View File

@ -2,7 +2,7 @@ apiVersion: apps/v1
kind: Deployment
metadata:
name: spin-test-app
namespace: spin
namespace: dev
spec:
replicas: 3
selector:
@ -24,9 +24,8 @@ apiVersion: v1
kind: Service
metadata:
name: spin-test-app
namespace: spin
namespace: dev
spec:
type: LoadBalancer
ports:
- protocol: TCP
port: 80
@ -38,7 +37,7 @@ apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: spin-test-app
namespace: spin
namespace: dev
annotations:
cert-manager.io/issuer: "kjuulh-app"
traefik.ingress.kubernetes.io/router.entrypoints: websecure