Initial Helm and Kargo setup
This commit is contained in:
+14
@@ -0,0 +1,14 @@
|
||||
replicaCount: 2
|
||||
|
||||
image:
|
||||
repository: nginx
|
||||
tag: alpine
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
service:
|
||||
port: 80
|
||||
|
||||
ingress:
|
||||
path: /
|
||||
|
||||
environment: LOCAL
|
||||
Reference in New Issue
Block a user