Skip to content

Commit

Permalink
Shorten keycloak db Service name
Browse files Browse the repository at this point in the history
  • Loading branch information
gornication committed Sep 29, 2023
1 parent 92d1ed7 commit f4ca533
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/brokencrystals-experimental/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: |
Benchmark application that uses modern technologies and implements a set of
common security vulnerabilities
type: application
version: 0.0.24
version: 0.0.25
keywords:
- brokencrystals-exp
- brkn-e
2 changes: 1 addition & 1 deletion charts/brokencrystals-experimental/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@ spec:
pathType: Prefix
backend:
service:
name: {{ include "brokencrystals.fullname" . }}-keycloak-service
name: {{ include "brokencrystals.fullname" . }}-keycloak
port:
number: 8080
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ spec:
- name: DB_VENDOR
value: "POSTGRES"
- name: DB_ADDR
value: "{{ include "brokencrystals.fullname" . }}-postgres-service"
value: "{{ include "brokencrystals.fullname" . }}-postgres"
- name: DB_DATABASE
value: "keycloak"
- name: DB_SCHEMA
Expand Down Expand Up @@ -66,7 +66,7 @@ spec:
kind: Service
apiVersion: v1
metadata:
name: {{ include "brokencrystals.fullname" . }}-keycloak-service
name: {{ include "brokencrystals.fullname" . }}-keycloak
namespace: {{ .Release.Namespace }}
spec:
selector:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ spec:
kind: Service
apiVersion: v1
metadata:
name: {{ include "brokencrystals.fullname" . }}-keycloak-postgres-service
name: {{ include "brokencrystals.fullname" . }}-postgres
namespace: {{ .Release.Namespace }}
spec:
selector:
Expand Down

0 comments on commit f4ca533

Please sign in to comment.