For the sake of my sanity, just ignore this...
This commit is contained in:
@@ -49,10 +49,10 @@ spec:
|
|||||||
- name: QUARKUS_DATASOURCE_USERNAME
|
- name: QUARKUS_DATASOURCE_USERNAME
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: auth-api
|
name: {{ .Values.app.secretName }}
|
||||||
key: QuarkusDB_Username
|
key: QuarkusDB_Username
|
||||||
- name: QUARKUS_DATASOURCE_PASSWORD
|
- name: QUARKUS_DATASOURCE_PASSWORD
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: auth-api
|
name: {{ .Values.app.secretName }}
|
||||||
key: QuarkusDB_Password
|
key: QuarkusDB_Password
|
||||||
|
|||||||
@@ -4,6 +4,7 @@ app:
|
|||||||
ports:
|
ports:
|
||||||
http: 8080
|
http: 8080
|
||||||
secret: nexus-secret
|
secret: nexus-secret
|
||||||
|
secretName: auth-api-prod
|
||||||
env:
|
env:
|
||||||
QUARKUS_DATASOURCE_DB_KIND: "mysql"
|
QUARKUS_DATASOURCE_DB_KIND: "mysql"
|
||||||
QUARKUS_DATASOURCE_JDBC_URL: "jdbc:mysql://localhost:3306/mydatabase"
|
QUARKUS_DATASOURCE_JDBC_URL: "jdbc:mysql://localhost:3306/mydatabase"
|
||||||
|
|||||||
Reference in New Issue
Block a user