Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ images:
newName: quay.io/oauth2-proxy/oauth2-proxy
newTag: v7.4.0

- name: gliderbot
newName: ghcr.io/thelab-ms/gliderbot
newTag: latest

resources:
- manifests/access-controller-controller.yaml
- manifests/docuseal.yaml
Expand Down
23 changes: 23 additions & 0 deletions manifests/gliderbot.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: gliderbot
labels:
app: gliderbot
spec:
replicas: 1
selector:
matchLabels:
app: gliderbot
template:
metadata:
labels:
app: gliderbot
spec:
containers:
- name: svc
env:
- name: DISCORD_TOKEN
- name: DISCORD_GUILD
- name: DISCORD_CLIENT