added definition for vm-vdglab
This commit is contained in:
parent
06972e43e2
commit
bc2412c76c
@ -44,4 +44,5 @@ If you'd like to build the `hello-kube` container image yourself and reference f
|
||||
## Changelog
|
||||
### v1.0.0 (2025-04-12)
|
||||
#### Added
|
||||
- definition for vm-vdglab
|
||||
- initial version
|
||||
12
helm/values-vm-vdglab-env.yaml
Normal file
12
helm/values-vm-vdglab-env.yaml
Normal file
@ -0,0 +1,12 @@
|
||||
# provide a custom message
|
||||
message: "Bienvenue sur Kube sans config proxy"
|
||||
ingress:
|
||||
hostUrl: hellovdg.vdglab.net # to declare on DNS or host file
|
||||
deployment:
|
||||
replicaCount: 2
|
||||
container:
|
||||
image:
|
||||
repository: "docker.io/gmouchet/hello-kube:1.0"
|
||||
pullPolicy: IfNotPresent
|
||||
port: 8080 # docker image port. Do not change without rebuild docker image
|
||||
# with another port
|
||||
Loading…
x
Reference in New Issue
Block a user