inital commit
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
replicaCount: 1
|
||||
namespace: prod
|
||||
image:
|
||||
repository: nginx
|
||||
tag: latest
|
||||
pullPolicy: IfNotPresent
|
||||
service:
|
||||
type: ClusterIP
|
||||
port: 80
|
||||
ingress:
|
||||
enabled: true
|
||||
className: traefik
|
||||
host: nginx.demo.local
|
||||
Reference in New Issue
Block a user