2022-03-12 17:47:01 +01:00
|
|
|
name: newsite-deployment
|
|
|
|
annotations: {}
|
|
|
|
release: latest
|
|
|
|
replicas: 1
|
|
|
|
podAnnotations: {}
|
|
|
|
containerName: newsite
|
|
|
|
image: dutchellie/proper-website-2:latest
|
|
|
|
imagePullPolicy: Always
|
|
|
|
|
|
|
|
service:
|
|
|
|
name: newsite-service
|
|
|
|
annotations: {}
|
|
|
|
|
|
|
|
ingress:
|
|
|
|
name: newsite-ingress
|
|
|
|
annotations: {}
|
|
|
|
className: nginx
|
2022-03-12 19:26:04 +01:00
|
|
|
tls: []
|
|
|
|
# tls:
|
|
|
|
# - hosts:
|
|
|
|
# - example.com
|
|
|
|
# secretName: example-tls
|
2022-03-12 17:47:01 +01:00
|
|
|
hosts:
|
|
|
|
- host: example.com
|
|
|
|
paths:
|
|
|
|
- path: /
|
|
|
|
pathType: Prefix
|