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