feat: with updated deployment
Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
parent
7c11555a53
commit
17e73aa12e
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user