15 Commits

Author SHA1 Message Date
74a5b81951 chore(deps): update privatebin/nginx-fpm-alpine docker tag to v2 2025-07-31 14:27:04 +00:00
01b7ee9b05 Merge pull request 'chore(deps): update renovate/renovate docker tag to v41.46.5' (#157) from renovate/renovate-renovate-41.x into main 2025-07-31 14:25:29 +00:00
5ad1696e4a chore(deps): update renovate/renovate docker tag to v41.46.5 2025-07-31 14:25:20 +00:00
439d3d415d Added template for apps
Signed-off-by: prettysunflower <me@prettysunflower.moe>
2025-07-29 19:03:43 -04:00
7ad308376e Merge remote-tracking branch 'origin/renovate/vaultwarden-server-1.x' 2025-07-27 23:12:15 -04:00
95a0786224 Merge pull request 'chore(deps): update renovate/renovate docker tag to v41.43.5' (#156) from renovate/renovate-renovate-41.x into main 2025-07-28 03:11:46 +00:00
3400636511 chore(deps): update renovate/renovate docker tag to v41.43.5 2025-07-28 03:11:37 +00:00
12aaed3521 chore(deps): update vaultwarden/server docker tag to v1.34.2 2025-07-28 03:11:26 +00:00
d901395e50 chose(deps): Updated Anubis to v1.21.3 2025-07-27 23:10:57 -04:00
c16fa7e6a5 chore(deps): Updated PocketID to 1.6.4 2025-07-27 23:08:06 -04:00
07a5a14438 Merge pull request 'chore(deps): update renovate/renovate docker tag to v41.39.0' (#154) from renovate/renovate-renovate-41.x into main 2025-07-19 14:10:08 +00:00
e09a328eea chore(deps): update renovate/renovate docker tag to v41.39.0 2025-07-19 14:09:52 +00:00
69c854f99a Merge pull request 'chore(deps): update renovate/renovate docker tag to v41.38.1' (#153) from renovate/renovate-renovate-41.x into main 2025-07-18 16:01:26 +00:00
83213f104b chore(deps): update renovate/renovate docker tag to v41.38.1 2025-07-18 16:01:07 +00:00
ce3a73515a apps(teable): Updated to 1.9.0 2025-07-17 11:46:37 -04:00
14 changed files with 118 additions and 11 deletions

1
.gitignore vendored
View File

@@ -1,3 +1,4 @@
secrets.yaml secrets.yaml
!apps/template/secrets.yaml
infra/*/tailscale.patch.yaml infra/*/tailscale.patch.yaml
.DS_Store .DS_Store

View File

@@ -35,7 +35,7 @@ spec:
seccompProfile: seccompProfile:
type: RuntimeDefault type: RuntimeDefault
- name: anubis - name: anubis
image: ghcr.io/techarohq/anubis:v1.20.0 image: ghcr.io/techarohq/anubis:v1.21.3
env: env:
- name: "BIND" - name: "BIND"
value: ":8080" value: ":8080"

View File

@@ -50,7 +50,7 @@ spec:
ports: ports:
- containerPort: 8002 - containerPort: 8002
- name: anubis - name: anubis
image: ghcr.io/techarohq/anubis:v1.20.0 image: ghcr.io/techarohq/anubis:v1.21.3
env: env:
- name: "BIND" - name: "BIND"
value: ":8080" value: ":8080"

View File

@@ -20,7 +20,7 @@ spec:
claimName: pocketid-pvc claimName: pocketid-pvc
containers: containers:
- name: pocketid - name: pocketid
image: ghcr.io/pocket-id/pocket-id:v1.6.2-distroless image: ghcr.io/pocket-id/pocket-id:v1.6.4-distroless
imagePullPolicy: Always imagePullPolicy: Always
ports: ports:
- containerPort: 1411 - containerPort: 1411

View File

@@ -29,7 +29,7 @@ spec:
ports: ports:
- containerPort: 8001 - containerPort: 8001
- name: anubis - name: anubis
image: ghcr.io/techarohq/anubis:latest image: ghcr.io/techarohq/anubis:v1.21.3
imagePullPolicy: Always imagePullPolicy: Always
env: env:
- name: "BIND" - name: "BIND"

View File

@@ -19,7 +19,7 @@ spec:
persistentVolumeClaim: persistentVolumeClaim:
claimName: privatebin-data-pvc claimName: privatebin-data-pvc
containers: containers:
- image: privatebin/nginx-fpm-alpine:1.7.8 - image: privatebin/nginx-fpm-alpine:2.0.0
name: privatebin name: privatebin
imagePullPolicy: Always imagePullPolicy: Always
ports: ports:
@@ -39,7 +39,7 @@ spec:
seccompProfile: seccompProfile:
type: RuntimeDefault type: RuntimeDefault
- name: anubis - name: anubis
image: ghcr.io/techarohq/anubis:v1.20.0 image: ghcr.io/techarohq/anubis:v1.21.3
imagePullPolicy: Always imagePullPolicy: Always
env: env:
- name: "BIND" - name: "BIND"

View File

@@ -25,7 +25,7 @@ spec:
- fsn - fsn
containers: containers:
- name: renovate - name: renovate
image: renovate/renovate:41.37.2 image: renovate/renovate:41.46.5
env: env:
- name: LOG_LEVEL - name: LOG_LEVEL
value: debug value: debug

View File

@@ -21,7 +21,7 @@ spec:
- "mail.prettysunflower.moe" - "mail.prettysunflower.moe"
initContainers: initContainers:
- name: db-migrate - name: db-migrate
image: ghcr.io/teableio/teable:83745958bbba83111145e1cd48de811cfc7db601 image: ghcr.io/teableio/teable:a2e95e3a2d258af01eb3d4af118a2f88bbca1a42
args: args:
- migrate-only - migrate-only
envFrom: envFrom:
@@ -48,7 +48,7 @@ spec:
type: RuntimeDefault type: RuntimeDefault
containers: containers:
- name: teable - name: teable
image: ghcr.io/teableio/teable:83745958bbba83111145e1cd48de811cfc7db601 image: ghcr.io/teableio/teable:a2e95e3a2d258af01eb3d4af118a2f88bbca1a42
args: args:
- skip-migrate - skip-migrate
ports: ports:
@@ -136,4 +136,4 @@ spec:
drop: drop:
- ALL - ALL
seccompProfile: seccompProfile:
type: RuntimeDefault type: RuntimeDefault

View File

@@ -34,7 +34,7 @@ spec:
- "mail.prettysunflower.moe" - "mail.prettysunflower.moe"
containers: containers:
- name: teable - name: teable
image: vaultwarden/server:1.34.1 image: vaultwarden/server:1.34.2
ports: ports:
- containerPort: 80 - containerPort: 80
name: http name: http

View File

@@ -0,0 +1,6 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: app-configmap
data:

View File

@@ -0,0 +1,69 @@
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

11
apps/template/pvc.yaml Normal file
View File

@@ -0,0 +1,11 @@
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: app-pvc
spec:
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 5Gi
storageClassName: nfs-csi|hcloud-volumes

View File

@@ -0,0 +1,7 @@
apiVersion: v1
kind: Secret
metadata:
name: app-secrets
type: Opaque
stringData:

13
apps/template/svc.yaml Normal file
View File

@@ -0,0 +1,13 @@
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