Compare commits
1 Commits
renovate/p
...
5b45c3fdb4
Author | SHA1 | Date | |
---|---|---|---|
5b45c3fdb4 |
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,4 +1,3 @@
|
||||
secrets.yaml
|
||||
!apps/template/secrets.yaml
|
||||
infra/*/tailscale.patch.yaml
|
||||
.DS_Store
|
||||
|
@@ -35,7 +35,7 @@ spec:
|
||||
seccompProfile:
|
||||
type: RuntimeDefault
|
||||
- name: anubis
|
||||
image: ghcr.io/techarohq/anubis:v1.21.3
|
||||
image: ghcr.io/techarohq/anubis:v1.20.0
|
||||
env:
|
||||
- name: "BIND"
|
||||
value: ":8080"
|
||||
|
@@ -50,7 +50,7 @@ spec:
|
||||
ports:
|
||||
- containerPort: 8002
|
||||
- name: anubis
|
||||
image: ghcr.io/techarohq/anubis:v1.21.3
|
||||
image: ghcr.io/techarohq/anubis:v1.20.0
|
||||
env:
|
||||
- name: "BIND"
|
||||
value: ":8080"
|
||||
|
@@ -20,7 +20,7 @@ spec:
|
||||
claimName: pocketid-pvc
|
||||
containers:
|
||||
- name: pocketid
|
||||
image: ghcr.io/pocket-id/pocket-id:v1.6.4-distroless
|
||||
image: ghcr.io/pocket-id/pocket-id:v1.6.2-distroless
|
||||
imagePullPolicy: Always
|
||||
ports:
|
||||
- containerPort: 1411
|
||||
|
@@ -29,7 +29,7 @@ spec:
|
||||
ports:
|
||||
- containerPort: 8001
|
||||
- name: anubis
|
||||
image: ghcr.io/techarohq/anubis:v1.21.3
|
||||
image: ghcr.io/techarohq/anubis:latest
|
||||
imagePullPolicy: Always
|
||||
env:
|
||||
- name: "BIND"
|
||||
|
@@ -19,7 +19,7 @@ spec:
|
||||
persistentVolumeClaim:
|
||||
claimName: privatebin-data-pvc
|
||||
containers:
|
||||
- image: privatebin/nginx-fpm-alpine:2.0.0
|
||||
- image: privatebin/nginx-fpm-alpine:1.7.8
|
||||
name: privatebin
|
||||
imagePullPolicy: Always
|
||||
ports:
|
||||
@@ -39,7 +39,7 @@ spec:
|
||||
seccompProfile:
|
||||
type: RuntimeDefault
|
||||
- name: anubis
|
||||
image: ghcr.io/techarohq/anubis:v1.21.3
|
||||
image: ghcr.io/techarohq/anubis:v1.20.0
|
||||
imagePullPolicy: Always
|
||||
env:
|
||||
- name: "BIND"
|
||||
|
@@ -5,6 +5,6 @@ metadata:
|
||||
data:
|
||||
GTS_HOST: fedi.prettysunflower.moe
|
||||
GTS_ACCOUNT_DOMAIN: prettysunflower.moe
|
||||
GTS_TRUSTED_PROXIES: "10.217.0.0/16"
|
||||
GTS_TRUSTED_PROXIES: "10.217.0.0/32"
|
||||
GTS_INSTANCE_LANGUAGES: en,fr
|
||||
GTS_ACCOUNTS_ALLOW_CUSTOM_CSS: "true"
|
@@ -25,7 +25,7 @@ spec:
|
||||
- fsn
|
||||
containers:
|
||||
- name: renovate
|
||||
image: renovate/renovate:41.46.5
|
||||
image: renovate/renovate:41.37.1
|
||||
env:
|
||||
- name: LOG_LEVEL
|
||||
value: debug
|
||||
|
@@ -21,7 +21,7 @@ spec:
|
||||
- "mail.prettysunflower.moe"
|
||||
initContainers:
|
||||
- name: db-migrate
|
||||
image: ghcr.io/teableio/teable:a2e95e3a2d258af01eb3d4af118a2f88bbca1a42
|
||||
image: ghcr.io/teableio/teable:83745958bbba83111145e1cd48de811cfc7db601
|
||||
args:
|
||||
- migrate-only
|
||||
envFrom:
|
||||
@@ -48,7 +48,7 @@ spec:
|
||||
type: RuntimeDefault
|
||||
containers:
|
||||
- name: teable
|
||||
image: ghcr.io/teableio/teable:a2e95e3a2d258af01eb3d4af118a2f88bbca1a42
|
||||
image: ghcr.io/teableio/teable:83745958bbba83111145e1cd48de811cfc7db601
|
||||
args:
|
||||
- skip-migrate
|
||||
ports:
|
||||
|
@@ -34,7 +34,7 @@ spec:
|
||||
- "mail.prettysunflower.moe"
|
||||
containers:
|
||||
- name: teable
|
||||
image: vaultwarden/server:1.34.2
|
||||
image: vaultwarden/server:1.34.1
|
||||
ports:
|
||||
- containerPort: 80
|
||||
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
|
@@ -186,7 +186,7 @@ spec:
|
||||
initContainers:
|
||||
containers:
|
||||
- name: csi-node-driver-registrar
|
||||
image: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.14.0
|
||||
image: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.7.0
|
||||
imagePullPolicy: IfNotPresent
|
||||
args:
|
||||
- --kubelet-registration-path=/var/lib/kubelet/plugins/csi.hetzner.cloud/socket
|
||||
@@ -199,7 +199,7 @@ spec:
|
||||
limits: {}
|
||||
requests: {}
|
||||
- name: liveness-probe
|
||||
image: registry.k8s.io/sig-storage/livenessprobe:v2.16.0
|
||||
image: registry.k8s.io/sig-storage/livenessprobe:v2.9.0
|
||||
imagePullPolicy: IfNotPresent
|
||||
volumeMounts:
|
||||
- mountPath: /run/csi
|
||||
@@ -208,7 +208,7 @@ spec:
|
||||
limits: {}
|
||||
requests: {}
|
||||
- name: hcloud-csi-driver
|
||||
image: docker.io/hetznercloud/hcloud-csi-driver:v2.16.0 # x-release-please-version
|
||||
image: docker.io/hetznercloud/hcloud-csi-driver:v2.5.1 # x-release-please-version
|
||||
imagePullPolicy: IfNotPresent
|
||||
command: [/bin/hcloud-csi-driver-node]
|
||||
volumeMounts:
|
||||
@@ -297,7 +297,7 @@ spec:
|
||||
initContainers:
|
||||
containers:
|
||||
- name: csi-attacher
|
||||
image: registry.k8s.io/sig-storage/csi-attacher:v4.9.0
|
||||
image: registry.k8s.io/sig-storage/csi-attacher:v4.1.0
|
||||
imagePullPolicy: IfNotPresent
|
||||
resources:
|
||||
limits: {}
|
||||
@@ -309,7 +309,7 @@ spec:
|
||||
mountPath: /run/csi
|
||||
|
||||
- name: csi-resizer
|
||||
image: registry.k8s.io/sig-storage/csi-resizer:v1.14.0
|
||||
image: registry.k8s.io/sig-storage/csi-resizer:v1.7.0
|
||||
imagePullPolicy: IfNotPresent
|
||||
resources:
|
||||
limits: {}
|
||||
@@ -332,7 +332,7 @@ spec:
|
||||
mountPath: /run/csi
|
||||
|
||||
- name: liveness-probe
|
||||
image: registry.k8s.io/sig-storage/livenessprobe:v2.16.0
|
||||
image: registry.k8s.io/sig-storage/livenessprobe:v2.9.0
|
||||
imagePullPolicy: IfNotPresent
|
||||
resources:
|
||||
limits: {}
|
||||
@@ -342,7 +342,7 @@ spec:
|
||||
name: socket-dir
|
||||
|
||||
- name: hcloud-csi-driver
|
||||
image: docker.io/hetznercloud/hcloud-csi-driver:v2.16.0 # x-release-please-version
|
||||
image: docker.io/hetznercloud/hcloud-csi-driver:v2.5.1 # x-release-please-version
|
||||
imagePullPolicy: IfNotPresent
|
||||
command: [/bin/hcloud-csi-driver-controller]
|
||||
env:
|
||||
|
Reference in New Issue
Block a user