44 lines
788 B
YAML
44 lines
788 B
YAML
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
|