andere kleur dinges
This commit is contained in:
parent
f4c109ab89
commit
f0680b97af
2 changed files with 2 additions and 1 deletions
1
Vagrantfile
vendored
1
Vagrantfile
vendored
|
|
@ -134,4 +134,5 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
|
||||||
end
|
end
|
||||||
|
|
||||||
config.vm.provision "shell", inline: $provision, privileged: true
|
config.vm.provision "shell", inline: $provision, privileged: true
|
||||||
|
config.vm.network "forwarded_port", guest: 9898, host: 9898
|
||||||
end
|
end
|
||||||
|
|
|
||||||
|
|
@ -21,7 +21,7 @@ spec:
|
||||||
name: http
|
name: http
|
||||||
env:
|
env:
|
||||||
- name: PODINFO_UI_COLOR
|
- name: PODINFO_UI_COLOR
|
||||||
value: "#6C48C5"
|
value: "#2ecc71"
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /readyz
|
path: /readyz
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue