Compare commits

..

No commits in common. "408516eceac313f7272b9113c726384a5521f2d4" and "ba1c9438f38b3d1b50ed00486abbe82a132ed1e5" have entirely different histories.

3 changed files with 11 additions and 22 deletions

View File

@ -1,4 +1,3 @@
{
"channels": ["iMartynOnTwitch"],
"externalUrl": "karaokards.ing.martyn.berlin"
"channels": ["iMartynOnTwitch"]
}

View File

@ -1,12 +1,12 @@
apiVersion: v1
data:
config.json: |
{
"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"
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}"
kind: ConfigMap
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

View File

@ -24,7 +24,7 @@ spec:
run: kardbot
spec:
containers:
- image: imartyn/karaokardbot:devel
- image: imartyn/karaokardbot:0.0.3-linux-amd64
imagePullPolicy: IfNotPresent
name: kardbot
ports:
@ -39,9 +39,6 @@ spec:
- mountPath: /app/strings.json
name: extracards
subPath: strings.json
- mountPath: /app/config.json
name: config
subPath: config.json
- mountPath: /data
name: data
dnsPolicy: ClusterFirst
@ -59,15 +56,8 @@ spec:
items:
- key: strings.json
path: strings.json
name: kardconfig
name: extracards
- configMap:
defaultMode: 420
items:
- key: config.json
path: config.json
name: kardconfig
name: config
name: extracards
- name: data
persistentVolumeClaim:
claimName: kkard-data