Compare commits
No commits in common. "main" and "v1.0.0" have entirely different histories.
@ -25,7 +25,7 @@ git clone https://gitweb.dyndns.org/helm/hello-kube.git
|
|||||||
|
|
||||||
## Deploy
|
## Deploy
|
||||||
```bash
|
```bash
|
||||||
KENV=gmo|vdg|vm-vdglab
|
KENV=gmo|vdg
|
||||||
helm upgrade hello-kube . \
|
helm upgrade hello-kube . \
|
||||||
--install \
|
--install \
|
||||||
--atomic \
|
--atomic \
|
||||||
@ -44,5 +44,4 @@ 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
|
||||||
@ -1,12 +0,0 @@
|
|||||||
# 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