Skip to content

Commit

Permalink
chore: update k8s manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
Bisht13 committed Sep 30, 2024
1 parent 3da09ad commit d16ef7c
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 30 deletions.
30 changes: 15 additions & 15 deletions kubernetes/relayer.staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@ metadata:
labels:
app: relayer
data:
EMAIL_ACCOUNT_RECOVERY_VERSION_ID: ''
CHAIN_RPC_PROVIDER: ''
CHAIN_RPC_EXPLORER: ''
CHAIN_ID: ''
WEB_SERVER_ADDRESS: ''
CIRCUITS_DIR_PATH: ''
EMAIL_TEMPLATES_PATH: ''
CANISTER_ID: ''
IC_REPLICA_URL: ''
JSON_LOGGER: ''
PEM_PATH: ''
SMTP_SERVER: ''
EMAIL_ACCOUNT_RECOVERY_VERSION_ID: ""
CHAIN_RPC_PROVIDER: ""
CHAIN_RPC_EXPLORER: ""
CHAIN_ID: ""
WEB_SERVER_ADDRESS: ""
REGEX_JSON_DIR_PATH: ""
EMAIL_TEMPLATES_PATH: ""
CANISTER_ID: ""
IC_REPLICA_URL: ""
JSON_LOGGER: ""
PEM_PATH: ""
SMTP_SERVER: ""

---
apiVersion: v1
Expand Down Expand Up @@ -111,8 +111,8 @@ spec:
periodSeconds: 30
volumeMounts:
- name: pem-volume
mountPath: '/relayer/packages/relayer/.ic.pem'
subPath: '.ic.pem'
mountPath: "/relayer/packages/relayer/.ic.pem"
subPath: ".ic.pem"
- name: smtp-container
image: bisht13/relayer-smtp-new:latest
ports:
Expand All @@ -131,7 +131,7 @@ spec:
secretName: relayer-secret-email-auth
items:
- key: ICPEM
path: '.ic.pem'
path: ".ic.pem"
---
apiVersion: v1
kind: Service
Expand Down
30 changes: 15 additions & 15 deletions kubernetes/relayer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@ metadata:
labels:
app: relayer
data:
EMAIL_ACCOUNT_RECOVERY_VERSION_ID: ''
CHAIN_RPC_PROVIDER: ''
CHAIN_RPC_EXPLORER: ''
CHAIN_ID: ''
WEB_SERVER_ADDRESS: ''
CIRCUITS_DIR_PATH: ''
EMAIL_TEMPLATES_PATH: ''
CANISTER_ID: ''
IC_REPLICA_URL: ''
JSON_LOGGER: ''
PEM_PATH: ''
SMTP_SERVER: ''
EMAIL_ACCOUNT_RECOVERY_VERSION_ID: ""
CHAIN_RPC_PROVIDER: ""
CHAIN_RPC_EXPLORER: ""
CHAIN_ID: ""
WEB_SERVER_ADDRESS: ""
REGEX_JSON_DIR_PATH: ""
EMAIL_TEMPLATES_PATH: ""
CANISTER_ID: ""
IC_REPLICA_URL: ""
JSON_LOGGER: ""
PEM_PATH: ""
SMTP_SERVER: ""

---
apiVersion: v1
Expand Down Expand Up @@ -111,8 +111,8 @@ spec:
periodSeconds: 30
volumeMounts:
- name: pem-volume
mountPath: '/relayer/packages/relayer/.ic.pem'
subPath: '.ic.pem'
mountPath: "/relayer/packages/relayer/.ic.pem"
subPath: ".ic.pem"
- name: smtp-container
image: bisht13/relayer-smtp-new:latest
ports:
Expand All @@ -131,7 +131,7 @@ spec:
secretName: relayer-secret-email-auth
items:
- key: ICPEM
path: '.ic.pem'
path: ".ic.pem"

---
apiVersion: v1
Expand Down

0 comments on commit d16ef7c

Please sign in to comment.