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