Compare commits
No commits in common. "408516eceac313f7272b9113c726384a5521f2d4" and "ba1c9438f38b3d1b50ed00486abbe82a132ed1e5" have entirely different histories.
408516ecea
...
ba1c9438f3
|
@ -1,4 +1,3 @@
|
||||||
{
|
{
|
||||||
"channels": ["iMartynOnTwitch"],
|
"channels": ["iMartynOnTwitch"]
|
||||||
"externalUrl": "karaokards.ing.martyn.berlin"
|
|
||||||
}
|
}
|
|
@ -1,12 +1,12 @@
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
data:
|
data:
|
||||||
config.json: |
|
strings.json: "{\r\n \"strings\": [\r\n\t \"Let Pineboy choose!\",\r\n\t \"They're
|
||||||
{
|
from the North\",\r\n \"Refers to food\"\r\n ]\r\n}"
|
||||||
"channels": ["iMartynOnTwitch"],
|
|
||||||
"externalUrl": "karaokards.ing.martyn.berlin"
|
|
||||||
}
|
|
||||||
strings.json: "{\r\n \"strings\": [\r\n\t \"They're from the North\",\r\n
|
|
||||||
\ \"Refers to food\"\r\n ]\r\n}\n"
|
|
||||||
kind: ConfigMap
|
kind: ConfigMap
|
||||||
metadata:
|
metadata:
|
||||||
name: kardconfig
|
creationTimestamp: "2020-01-27T20:04:58Z"
|
||||||
|
name: extracards
|
||||||
|
namespace: karaokards
|
||||||
|
resourceVersion: "48537355"
|
||||||
|
selfLink: /api/v1/namespaces/karaokards/configmaps/extracards
|
||||||
|
uid: 4b1d73b0-4140-11ea-94d8-9cb6540931b5
|
||||||
|
|
|
@ -24,7 +24,7 @@ spec:
|
||||||
run: kardbot
|
run: kardbot
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- image: imartyn/karaokardbot:devel
|
- image: imartyn/karaokardbot:0.0.3-linux-amd64
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
name: kardbot
|
name: kardbot
|
||||||
ports:
|
ports:
|
||||||
|
@ -39,9 +39,6 @@ spec:
|
||||||
- mountPath: /app/strings.json
|
- mountPath: /app/strings.json
|
||||||
name: extracards
|
name: extracards
|
||||||
subPath: strings.json
|
subPath: strings.json
|
||||||
- mountPath: /app/config.json
|
|
||||||
name: config
|
|
||||||
subPath: config.json
|
|
||||||
- mountPath: /data
|
- mountPath: /data
|
||||||
name: data
|
name: data
|
||||||
dnsPolicy: ClusterFirst
|
dnsPolicy: ClusterFirst
|
||||||
|
@ -59,15 +56,8 @@ spec:
|
||||||
items:
|
items:
|
||||||
- key: strings.json
|
- key: strings.json
|
||||||
path: strings.json
|
path: strings.json
|
||||||
name: kardconfig
|
name: extracards
|
||||||
name: extracards
|
name: extracards
|
||||||
- configMap:
|
|
||||||
defaultMode: 420
|
|
||||||
items:
|
|
||||||
- key: config.json
|
|
||||||
path: config.json
|
|
||||||
name: kardconfig
|
|
||||||
name: config
|
|
||||||
- name: data
|
- name: data
|
||||||
persistentVolumeClaim:
|
persistentVolumeClaim:
|
||||||
claimName: kkard-data
|
claimName: kkard-data
|
Loading…
Reference in New Issue