Compare commits
1 Commits
renovate/g
...
e86585b276
Author | SHA1 | Date | |
---|---|---|---|
e86585b276 |
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,4 +1,3 @@
|
|||||||
secrets.yaml
|
secrets.yaml
|
||||||
!apps/template/secrets.yaml
|
|
||||||
infra/*/tailscale.patch.yaml
|
infra/*/tailscale.patch.yaml
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
@@ -35,7 +35,7 @@ spec:
|
|||||||
seccompProfile:
|
seccompProfile:
|
||||||
type: RuntimeDefault
|
type: RuntimeDefault
|
||||||
- name: anubis
|
- name: anubis
|
||||||
image: ghcr.io/techarohq/anubis:v1.21.3
|
image: ghcr.io/techarohq/anubis:v1.20.0
|
||||||
env:
|
env:
|
||||||
- name: "BIND"
|
- name: "BIND"
|
||||||
value: ":8080"
|
value: ":8080"
|
||||||
|
@@ -50,7 +50,7 @@ spec:
|
|||||||
ports:
|
ports:
|
||||||
- containerPort: 8002
|
- containerPort: 8002
|
||||||
- name: anubis
|
- name: anubis
|
||||||
image: ghcr.io/techarohq/anubis:v1.21.3
|
image: ghcr.io/techarohq/anubis:v1.20.0
|
||||||
env:
|
env:
|
||||||
- name: "BIND"
|
- name: "BIND"
|
||||||
value: ":8080"
|
value: ":8080"
|
||||||
|
@@ -29,7 +29,7 @@ spec:
|
|||||||
ports:
|
ports:
|
||||||
- containerPort: 8001
|
- containerPort: 8001
|
||||||
- name: anubis
|
- name: anubis
|
||||||
image: ghcr.io/techarohq/anubis:v1.21.3
|
image: ghcr.io/techarohq/anubis:latest
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
env:
|
env:
|
||||||
- name: "BIND"
|
- name: "BIND"
|
||||||
|
@@ -39,7 +39,7 @@ spec:
|
|||||||
seccompProfile:
|
seccompProfile:
|
||||||
type: RuntimeDefault
|
type: RuntimeDefault
|
||||||
- name: anubis
|
- name: anubis
|
||||||
image: ghcr.io/techarohq/anubis:v1.21.3
|
image: ghcr.io/techarohq/anubis:v1.20.0
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
env:
|
env:
|
||||||
- name: "BIND"
|
- name: "BIND"
|
||||||
|
@@ -25,7 +25,7 @@ spec:
|
|||||||
- fsn
|
- fsn
|
||||||
containers:
|
containers:
|
||||||
- name: renovate
|
- name: renovate
|
||||||
image: renovate/renovate:41.46.5
|
image: renovate/renovate:41.39.0
|
||||||
env:
|
env:
|
||||||
- name: LOG_LEVEL
|
- name: LOG_LEVEL
|
||||||
value: debug
|
value: debug
|
||||||
|
@@ -34,7 +34,7 @@ spec:
|
|||||||
- "mail.prettysunflower.moe"
|
- "mail.prettysunflower.moe"
|
||||||
containers:
|
containers:
|
||||||
- name: teable
|
- name: teable
|
||||||
image: vaultwarden/server:1.34.2
|
image: vaultwarden/server:1.34.1
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 80
|
- containerPort: 80
|
||||||
name: http
|
name: http
|
||||||
|
@@ -29,7 +29,7 @@ spec:
|
|||||||
claimName: suwayomi-pvc
|
claimName: suwayomi-pvc
|
||||||
containers:
|
containers:
|
||||||
- name: suwayomi
|
- name: suwayomi
|
||||||
image: ghcr.io/suwayomi/suwayomi-server:v2.1.1875
|
image: ghcr.io/suwayomi/suwayomi-server:v2.0.1864
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 4567
|
- containerPort: 4567
|
||||||
name: http
|
name: http
|
||||||
|
@@ -1,6 +0,0 @@
|
|||||||
apiVersion: v1
|
|
||||||
kind: ConfigMap
|
|
||||||
metadata:
|
|
||||||
name: app-configmap
|
|
||||||
data:
|
|
||||||
|
|
@@ -1,69 +0,0 @@
|
|||||||
apiVersion: apps/v1
|
|
||||||
kind: Deployment
|
|
||||||
metadata:
|
|
||||||
name: app
|
|
||||||
labels:
|
|
||||||
app.kubernetes.io/name: app
|
|
||||||
spec:
|
|
||||||
replicas: 1
|
|
||||||
selector:
|
|
||||||
matchLabels:
|
|
||||||
app.kubernetes.io/name: app
|
|
||||||
template:
|
|
||||||
metadata:
|
|
||||||
labels:
|
|
||||||
app.kubernetes.io/name: app
|
|
||||||
spec:
|
|
||||||
volumes:
|
|
||||||
- name: mountName
|
|
||||||
persistentVolumeClaim:
|
|
||||||
claimName: app-pvc
|
|
||||||
containers:
|
|
||||||
- name: containerName
|
|
||||||
image: image
|
|
||||||
envFrom:
|
|
||||||
- configMapRef:
|
|
||||||
name: configMap
|
|
||||||
- secretRef:
|
|
||||||
name: secrets
|
|
||||||
ports:
|
|
||||||
- containerPort: 1234
|
|
||||||
name: http
|
|
||||||
volumeMounts:
|
|
||||||
- name: mountName
|
|
||||||
mountPath: "/"
|
|
||||||
livenessProbe:
|
|
||||||
exec:
|
|
||||||
command:
|
|
||||||
- /app/pocket-id
|
|
||||||
- healthcheck
|
|
||||||
httpGet:
|
|
||||||
path: /healthz
|
|
||||||
port: 8080
|
|
||||||
initialDelaySeconds: 10
|
|
||||||
failureThreshold: 3
|
|
||||||
periodSeconds: 90
|
|
||||||
startupProbe:
|
|
||||||
exec:
|
|
||||||
command:
|
|
||||||
- /app/pocket-id
|
|
||||||
- healthcheck
|
|
||||||
httpGet:
|
|
||||||
path: /healthz
|
|
||||||
port: 8080
|
|
||||||
failureThreshold: 30
|
|
||||||
periodSeconds: 10
|
|
||||||
securityContext:
|
|
||||||
runAsUser: 1000
|
|
||||||
runAsGroup: 1000
|
|
||||||
runAsNonRoot: true
|
|
||||||
allowPrivilegeEscalation: false
|
|
||||||
capabilities:
|
|
||||||
drop:
|
|
||||||
- ALL
|
|
||||||
seccompProfile:
|
|
||||||
type: RuntimeDefault
|
|
||||||
dnsPolicy: "ClusterFirst"
|
|
||||||
dnsConfig:
|
|
||||||
nameservers:
|
|
||||||
- 100.96.226.96
|
|
@@ -1,11 +0,0 @@
|
|||||||
apiVersion: v1
|
|
||||||
kind: PersistentVolumeClaim
|
|
||||||
metadata:
|
|
||||||
name: app-pvc
|
|
||||||
spec:
|
|
||||||
accessModes:
|
|
||||||
- ReadWriteOnce
|
|
||||||
resources:
|
|
||||||
requests:
|
|
||||||
storage: 5Gi
|
|
||||||
storageClassName: nfs-csi|hcloud-volumes
|
|
@@ -1,7 +0,0 @@
|
|||||||
apiVersion: v1
|
|
||||||
kind: Secret
|
|
||||||
metadata:
|
|
||||||
name: app-secrets
|
|
||||||
type: Opaque
|
|
||||||
stringData:
|
|
||||||
|
|
@@ -1,13 +0,0 @@
|
|||||||
apiVersion: v1
|
|
||||||
kind: Service
|
|
||||||
metadata:
|
|
||||||
name: app
|
|
||||||
spec:
|
|
||||||
type: NodePort
|
|
||||||
selector:
|
|
||||||
app.kubernetes.io/name: app
|
|
||||||
ports:
|
|
||||||
- protocol: TCP
|
|
||||||
port: 80
|
|
||||||
targetPort: 1234
|
|
||||||
name: http
|
|
Reference in New Issue
Block a user