diff options
| author | Xe Iaso <me@xeiaso.net> | 2024-05-05 15:52:32 -0400 |
|---|---|---|
| committer | Xe Iaso <me@xeiaso.net> | 2024-05-05 15:52:32 -0400 |
| commit | 2f0f0004348d6d8c9b82e191d20de778fe33747a (patch) | |
| tree | 8e6b38c450d53114b990991e4533c3107271a983 /cmd | |
| parent | d63f1f57ec0bbc95adc14ca6b0d15c59209b2124 (diff) | |
| download | x-2f0f0004348d6d8c9b82e191d20de778fe33747a.tar.xz x-2f0f0004348d6d8c9b82e191d20de778fe33747a.zip | |
cmd/sapientwindex: k8s manifest
Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to 'cmd')
| -rw-r--r-- | cmd/sapientwindex/manifest.yaml | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/cmd/sapientwindex/manifest.yaml b/cmd/sapientwindex/manifest.yaml new file mode 100644 index 0000000..694f2e9 --- /dev/null +++ b/cmd/sapientwindex/manifest.yaml @@ -0,0 +1,26 @@ +--- +apiVersion: apps/v1 +kind: Deployment +metadata: + name: sapientwindex + labels: + app.kubernetes.io/name: sapientwindex +spec: + replicas: 1 + selector: + matchLabels: + app.kubernetes.io/name: sapientwindex + template: + metadata: + labels: + app.kubernetes.io/name: sapientwindex + spec: + containers: + - name: bot + image: ghcr.io/xe/x/sapientwindex:latest + env: + - name: DISCORD_WEBHOOK_URL + valueFrom: + secretKeyRef: + name: sapientwindex + key: DISCORD_WEBHOOK_URL
\ No newline at end of file |
