Compare commits

...

4 Commits
v1.0.0 ... main

Author SHA1 Message Date
a283f0859c updated 2025-10-23 16:28:04 +02:00
bc2412c76c added definition for vm-vdglab 2025-10-23 16:26:51 +02:00
06972e43e2 test argo cd - replica 2 2025-10-18 14:13:19 +02:00
a842bbac30 test argo cd - replica 4 2025-10-18 14:11:31 +02:00
2 changed files with 14 additions and 1 deletions

View File

@ -25,7 +25,7 @@ git clone https://gitweb.dyndns.org/helm/hello-kube.git
## Deploy ## Deploy
```bash ```bash
KENV=gmo|vdg KENV=gmo|vdg|vm-vdglab
helm upgrade hello-kube . \ helm upgrade hello-kube . \
--install \ --install \
--atomic \ --atomic \
@ -44,4 +44,5 @@ If you'd like to build the `hello-kube` container image yourself and reference f
## Changelog ## Changelog
### v1.0.0 (2025-04-12) ### v1.0.0 (2025-04-12)
#### Added #### Added
- definition for vm-vdglab
- initial version - initial version

View 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