WIP: can deploy?

This commit is contained in:
2026-07-29 00:30:37 -04:00
parent 8f5c499ee2
commit 4a6732798a
31 changed files with 803 additions and 739 deletions
+43
View File
@@ -0,0 +1,43 @@
system: by-other-means
components:
app:
name: by-other-means
affinity: null
image:
repository: gitea.pixelparasol.com/nathan/by-other-means
tag: "latest"
imagePullPolicy: "Always"
imagePullSecrets: "gitea-auth"
ingress:
tls: true
domain: bom.nathanbstanley.com
path: /
className: "nginx"
port: 80
service:
type: ClusterIP
ports:
- protocol: TCP
port: 80
targetPort: 80
name: http
deployment:
resources:
limits:
memory: "128Mi"
cpu: "500m"
volumes:
- name: nginx-configmap
type: configMap
mountPath: "/etc/nginx/conf.d/default.conf"
subPath: "default.conf"
backups:
enabled: false