diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a658196a..49928c93 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -37,4 +37,5 @@ jobs: uses: helm/chart-releaser-action@v1.5.0 env: CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" - CR_SKIP_EXISTING: true \ No newline at end of file + CR_SKIP_EXISTING: true + \ No newline at end of file diff --git a/charts/brokencrystals/templates/deployment.yaml b/charts/brokencrystals/templates/deployment.yaml index e7cb3100..23dd327a 100644 --- a/charts/brokencrystals/templates/deployment.yaml +++ b/charts/brokencrystals/templates/deployment.yaml @@ -1,4 +1,3 @@ -# templates/deployment.yaml apiVersion: apps/v1 kind: Deployment @@ -73,12 +72,13 @@ spec: resources: requests: cpu: 100m - memory: 50Mi + memory: 50Mi volumeMounts: - name: {{ include "brokencrystals.fullname" . }}-kc-db mountPath: /usr/local/share/postgresql/postgresql.conf.sample subPath: postgresql.conf.sample readOnly: true + - name: keycloak image: quay.io/keycloak/keycloak:16.1.1 resources: @@ -152,7 +152,7 @@ spec: value: "config/keys/jwk.key.pem" - name: JWK_PUBLIC_KEY_LOCATION value: "config/keys/jwk.pub.key.pem" - - name: JWK_PUBLIC_JSON + - name: JWK_PUBLIC_JSON value: "config/keys/jwk.pub.json" - name: JKU_URL value: "https://raw.githubusercontent.com/NeuraLegion/brokencrystals/development/config/keys/jku.json" diff --git a/charts/brokencrystals/values.yaml b/charts/brokencrystals/values.yaml index 943d7317..20a48e41 100644 --- a/charts/brokencrystals/values.yaml +++ b/charts/brokencrystals/values.yaml @@ -1,4 +1,4 @@ -enableIngress: true + ingress: url: k3s.brokencrystals.nexploit.app cert: "" @@ -14,4 +14,4 @@ timeout: "" snifferApiURL: "" snifferApiKey: "" snifferProjectID: "" -snifferNetworkInterface: "" \ No newline at end of file +snifferNetworkInterface: ""