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
|
||||
|
||||
config.vm.provision "shell", inline: $provision, privileged: true
|
||||
config.vm.network "forwarded_port", guest: 9898, host: 9898
|
||||
end
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ spec:
|
|||
name: http
|
||||
env:
|
||||
- name: PODINFO_UI_COLOR
|
||||
value: "#6C48C5"
|
||||
value: "#2ecc71"
|
||||
readinessProbe:
|
||||
httpGet:
|
||||
path: /readyz
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue