fix: deployment.yaml should use latest, not testing
All checks were successful
/ build (push) Successful in 7m43s
All checks were successful
/ build (push) Successful in 7m43s
This commit is contained in:
parent
46c3a994c6
commit
02ff2c5b40
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ spec:
|
||||||
terminationGracePeriodSeconds: 5
|
terminationGracePeriodSeconds: 5
|
||||||
containers:
|
containers:
|
||||||
- name: minecraft-ingress
|
- name: minecraft-ingress
|
||||||
image: git.tami.moe/tamipes/minecraft-ingress:testing
|
image: git.tami.moe/tamipes/minecraft-ingress:latest
|
||||||
env:
|
env:
|
||||||
- name: FILTER_CONN
|
- name: FILTER_CONN
|
||||||
value: '(addr == "87.229.85.222") || (addr == "") || (addr == "ogmur.xyz") || (addr == "@mat:matdoes.dev (hi honeypots) ") || (addr == "@mat:matdoes.dev ") || (addr == "slowstack.tv")'
|
value: '(addr == "87.229.85.222") || (addr == "") || (addr == "ogmur.xyz") || (addr == "@mat:matdoes.dev (hi honeypots) ") || (addr == "@mat:matdoes.dev ") || (addr == "slowstack.tv")'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue