imfreedom/k8s-cluster

Parents 204faf5a72e0
Children 10de6bf6543b
Not all of the keel annotations are annotations, a bunch of them are labels
--- a/50-nest.pidgin.im.yaml Tue Dec 29 04:14:20 2020 -0600
+++ b/50-nest.pidgin.im.yaml Tue Dec 29 05:26:36 2020 -0600
@@ -243,9 +243,9 @@
name: nest
labels:
app: nest
- annotations:
keel.sh/policy: force
keel.sh/trigger: poll
+ annotations:
keel.sh/pollSchedule: "@every 10m"
spec:
replicas: 2
--- a/50-reaperworld.com.yaml Tue Dec 29 04:14:20 2020 -0600
+++ b/50-reaperworld.com.yaml Tue Dec 29 05:26:36 2020 -0600
@@ -135,9 +135,9 @@
name: www
labels:
app: www
- annotations:
keel.sh/policy: force
keel.sh/trigger: poll
+ annotations:
keel.sh/pollSchedule: "@every 10m"
spec:
replicas: 2
@@ -163,7 +163,7 @@
weight: 100
containers:
- name: www
- image: rwgrim/www.reaperworld.com
+ image: rwgrim/www.reaperworld.com:latest
imagePullPolicy: Always
ports:
- containerPort: 3000
--- a/50-wasdead.yaml Tue Dec 29 04:14:20 2020 -0600
+++ b/50-wasdead.yaml Tue Dec 29 05:26:36 2020 -0600
@@ -18,9 +18,9 @@
name: wasdead
labels:
app: wasdead
- annotations:
keel.sh/policy: force
keel.sh/trigger: poll
+ annotations:
keel.sh/pollSchedule: "@every 10m"
spec:
replicas: 1