apps(kakigoori): Added static container and changed nameserver
This commit is contained in:
@@ -34,6 +34,11 @@ spec:
|
|||||||
- ALL
|
- ALL
|
||||||
seccompProfile:
|
seccompProfile:
|
||||||
type: RuntimeDefault
|
type: RuntimeDefault
|
||||||
|
- name: kakigoori-static
|
||||||
|
image: "git.prettysunflower.moe/prettysunflower/kakigoori-static:main"
|
||||||
|
imagePullPolicy: Always
|
||||||
|
ports:
|
||||||
|
- containerPort: 8002
|
||||||
- name: anubis
|
- name: anubis
|
||||||
image: ghcr.io/techarohq/anubis:v1.21.3
|
image: ghcr.io/techarohq/anubis:v1.21.3
|
||||||
env:
|
env:
|
||||||
@@ -90,4 +95,4 @@ spec:
|
|||||||
dnsPolicy: "None"
|
dnsPolicy: "None"
|
||||||
dnsConfig:
|
dnsConfig:
|
||||||
nameservers:
|
nameservers:
|
||||||
- 100.96.226.96
|
- 100.94.59.38
|
||||||
|
@@ -14,4 +14,8 @@ spec:
|
|||||||
- protocol: TCP
|
- protocol: TCP
|
||||||
port: 80
|
port: 80
|
||||||
targetPort: 8080
|
targetPort: 8080
|
||||||
name: anubis
|
name: anubis
|
||||||
|
- protocol: TCP
|
||||||
|
port: 8002
|
||||||
|
targetPort: 8002
|
||||||
|
name: static
|
Reference in New Issue
Block a user