Skip to content

Commit

Permalink
[bc] Remove not needed parts
Browse files Browse the repository at this point in the history
  • Loading branch information
Denan Musinovic committed May 30, 2024
1 parent 624ddfd commit 5457553
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,5 @@ jobs:
uses: helm/[email protected]
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
CR_SKIP_EXISTING: true
CR_SKIP_EXISTING: true

6 changes: 3 additions & 3 deletions charts/brokencrystals/templates/deployment.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# templates/deployment.yaml

apiVersion: apps/v1
kind: Deployment
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions charts/brokencrystals/values.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
enableIngress: true

ingress:
url: k3s.brokencrystals.nexploit.app
cert: ""
Expand All @@ -14,4 +14,4 @@ timeout: ""
snifferApiURL: ""
snifferApiKey: ""
snifferProjectID: ""
snifferNetworkInterface: ""
snifferNetworkInterface: ""

0 comments on commit 5457553

Please sign in to comment.