Skip to content

Commit

Permalink
More profile changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jveski committed Jun 12, 2024
1 parent acc4e8a commit f86e149
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
images:
- name: profile-server
newName: ghcr.io/thelab-ms/profile
newTag: sha-fa50574
newTag: sha-edc5c9d

- name: profile-visit-check-job
newName: ghcr.io/thelab-ms/profile/visit-check-job
Expand Down
14 changes: 8 additions & 6 deletions manifests/profile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,6 @@ spec:
secretKeyRef:
name: docuseal
key: token
- name: DISCORD_WEBHOOK_URL
valueFrom:
secretKeyRef:
name: discord-token
key: webhookURL
- name: STRIPE_KEY
valueFrom:
secretKeyRef:
Expand All @@ -77,6 +72,13 @@ spec:
key: password
- name: DISCORD_GUILD_ID
value: "690314626289631294"
- name: DISCORD_APP_ID
value: "1121532987486523503"
- name: DISCORD_EVENTS_BOT_TOKEN
valueFrom:
secretKeyRef:
name: discord-token
key: eventsToken
- name: DISCORD_BOT_TOKEN
valueFrom:
secretKeyRef:
Expand Down Expand Up @@ -176,7 +178,7 @@ spec:
containers:
- name: job
imagePullPolicy: IfNotPresent
image: visit-check-job
image: profile-visit-check-job
volumeMounts:
- name: keycloak-creds
mountPath: /var/lib/keycloak
Expand Down

0 comments on commit f86e149

Please sign in to comment.