Skip to content
Snippets Groups Projects
Verified Commit 182920d9 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Add configuration

parent 5b3d16ce
No related branches found
No related tags found
No related merge requests found
Pipeline #46839 failed
deploy:
stage: deploy
image: lwolf/helm-kubectl-docker
rules:
- if: $CI_COMMIT_REF_NAME == "master"
changes:
- values.yaml
- .gitmodules
environment:
name: production/edugit
script:
- helm upgrade --install $CI_ENVIRONMENT_SLUG code-server/ci/helm-chart
--set podAnnotations.'app\.gitlab\.com'/env=$CI_ENVIRONMENT_SLUG
--set podAnnotations.'app\.gitlab\.com'/app=$CI_PROJECT_PATH_SLUG
-f values.yaml
ingress:
enabled: true
annotations:
kubernetes.io/ingress.class: nginx
kubernetes.io/tls-acme: "true"
hosts:
- host: code.edugit.org
paths:
- /
tls:
- secretName: code-server-tls
hosts:
- code.edugit.org
extraArgs: []
extraVars: []
affinity: {}
persistence:
enabled: false
extraSecretMounts: []
# - name: secret-files
# mountPath: /etc/secrets
# secretName: code-server-secret-files
# readOnly: true
extraConfigmapMounts: []
# - name: certs-configmap
# mountPath: /etc/code-server/ssl/
# subPath: certificates.crt # (optional)
# configMap: certs-configmap
# readOnly: true
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment