Files
auricom-home-cluster/kubernetes/cluster-0/apps/web-tools/homer-code/helm-release.yaml
feisar-bot c3b3d1d731 ⬆️ Update chart app-template to 1.1.3
| datasource | package      | from  | to    |
| ---------- | ------------ | ----- | ----- |
| helm       | app-template | 1.0.1 | 1.1.3 |
| helm       | app-template | 1.0.1 | 1.1.3 |
| helm       | app-template | 1.0.1 | 1.1.3 |
| helm       | app-template | 1.0.1 | 1.1.3 |
| helm       | app-template | 1.0.1 | 1.1.3 |
| helm       | app-template | 1.0.1 | 1.1.3 |
| helm       | app-template | 1.0.1 | 1.1.3 |
| helm       | app-template | 1.0.1 | 1.1.3 |
| helm       | app-template | 1.0.1 | 1.1.3 |
| helm       | app-template | 1.0.1 | 1.1.3 |
| helm       | app-template | 1.0.1 | 1.1.3 |
| helm       | app-template | 1.0.1 | 1.1.3 |
| helm       | app-template | 1.0.1 | 1.1.3 |
| helm       | app-template | 1.0.1 | 1.1.3 |
| helm       | app-template | 1.0.1 | 1.1.3 |
| helm       | app-template | 1.0.1 | 1.1.3 |
| helm       | app-template | 1.0.1 | 1.1.3 |
| helm       | app-template | 1.0.1 | 1.1.3 |
| helm       | app-template | 1.0.1 | 1.1.3 |
| helm       | app-template | 1.0.1 | 1.1.3 |
| helm       | app-template | 1.0.1 | 1.1.3 |
| helm       | app-template | 1.0.1 | 1.1.3 |
| helm       | app-template | 1.0.1 | 1.1.3 |
| helm       | app-template | 1.0.1 | 1.1.3 |
| helm       | app-template | 1.0.1 | 1.1.3 |
| helm       | app-template | 1.0.1 | 1.1.3 |
| helm       | app-template | 1.0.1 | 1.1.3 |
| helm       | app-template | 1.0.1 | 1.1.3 |
| helm       | app-template | 1.0.1 | 1.1.3 |
| helm       | app-template | 1.0.1 | 1.1.3 |
| helm       | app-template | 1.0.1 | 1.1.3 |
| helm       | app-template | 1.0.1 | 1.1.3 |
| helm       | app-template | 1.0.1 | 1.1.3 |
| helm       | app-template | 1.0.1 | 1.1.3 |
| helm       | app-template | 1.0.1 | 1.1.3 |
| helm       | app-template | 1.0.1 | 1.1.3 |
| helm       | app-template | 1.0.1 | 1.1.3 |
| helm       | app-template | 1.0.1 | 1.1.3 |
| helm       | app-template | 1.0.1 | 1.1.3 |
| helm       | app-template | 1.0.1 | 1.1.3 |
| helm       | app-template | 1.0.1 | 1.1.3 |
| helm       | app-template | 1.0.1 | 1.1.3 |
| helm       | app-template | 1.0.1 | 1.1.3 |
| helm       | app-template | 1.0.1 | 1.1.3 |
| helm       | app-template | 1.0.1 | 1.1.3 |
| helm       | app-template | 1.0.1 | 1.1.3 |
| helm       | app-template | 1.0.1 | 1.1.3 |
| helm       | app-template | 1.0.1 | 1.1.3 |
| helm       | app-template | 1.0.1 | 1.1.3 |
| helm       | app-template | 1.0.1 | 1.1.3 |
| helm       | app-template | 1.0.1 | 1.1.3 |
| helm       | app-template | 1.0.1 | 1.1.3 |
| helm       | app-template | 1.0.1 | 1.1.3 |
2022-11-21 21:41:16 +00:00

86 lines
1.8 KiB
YAML

---
apiVersion: helm.toolkit.fluxcd.io/v2beta1
kind: HelmRelease
metadata:
name: &app homer-code
namespace: default
spec:
interval: 15m
chart:
spec:
chart: app-template
version: 1.1.3
sourceRef:
kind: HelmRepository
name: bjw-s
namespace: flux-system
install:
createNamespace: true
remediation:
retries: 5
upgrade:
remediation:
retries: 5
dependsOn:
- name: homer
namespace: default
values:
image:
repository: ghcr.io/coder/code-server
tag: 4.8.3
env:
TZ: "${TIMEZONE}"
args:
- --auth
- "none"
- --user-data-dir
- "/config/.vscode"
- --extensions-dir
- "/config/.vscode"
- --port
- "80"
- "/config"
service:
main:
ports:
http:
port: 80
ingress:
main:
enabled: true
ingressClassName: "nginx"
hosts:
- host: &host "homer-code.${SECRET_CLUSTER_DOMAIN}"
paths:
- path: /
pathType: Prefix
tls:
- hosts:
- *host
podSecurityContext:
runAsUser: 0
runAsGroup: 0
fsGroup: 0
persistence:
config:
enabled: true
existingClaim: homer-config
affinity:
podAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
- labelSelector:
matchExpressions:
- key: app.kubernetes.io/name
operator: In
values: ["homer"]
- key: app.kubernetes.io/instance
operator: In
values: ["homer"]
topologyKey: kubernetes.io/hostname
resources:
requests:
cpu: 10m
memory: 100Mi
limits:
memory: 500Mi