Compare commits

..

1 commit

Author SHA1 Message Date
Renovate Bot 80cc7e446a Update grafana/grafana Docker tag to v9.2.5
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2022-11-16 17:43:49 +00:00
7 changed files with 4 additions and 39 deletions

View file

@ -248,7 +248,7 @@ spec:
enableServiceLinks: true
containers:
- name: grafana
image: "grafana/grafana:9.2.6"
image: "grafana/grafana:9.2.5"
imagePullPolicy: IfNotPresent
volumeMounts:
- name: config

View file

@ -12,7 +12,7 @@ spec:
containers:
- name: renovate
# Update this to the latest available and then enable Renovate on the manifest
image: renovate/renovate:34.30.2-slim
image: renovate/renovate:34.25.1-slim
# Environment Variables
env:
- name: RENOVATE_PLATFORM

View file

@ -1,4 +0,0 @@
http://:8080 {
header content-type "application/jrd+json; charset=utf-8"
respond "{\"subject\":\"acct:tobru@mstdn.social\",\"aliases\":[\"https://mstdn.social/@tobru\",\"https://mstdn.social/users/tobru\"],\"links\":[{\"rel\":\"http://webfinger.net/rel/profile-page\",\"type\":\"text/html\",\"href\":\"https://mstdn.social/@tobru\"},{\"rel\":\"self\",\"type\":\"application/activity+json\",\"href\":\"https://mstdn.social/users/tobru\"},{\"rel\":\"http://ostatus.org/schema/1.0/subscribe\",\"template\":\"https://mstdn.social/authorize_interaction?uri={uri}\"}]}"
}

View file

@ -1,7 +0,0 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: caddyconfig
data:
Caddyfile: "http://:8080 {\n\theader content-type \"application/jrd+json;
charset=utf-8\"\n\trespond \"{\\\"subject\\\":\\\"acct:tobru@mstdn.social\\\",\\\"aliases\\\":[\\\"https://mstdn.social/@tobru\\\",\\\"https://mstdn.social/users/tobru\\\"],\\\"links\\\":[{\\\"rel\\\":\\\"http://webfinger.net/rel/profile-page\\\",\\\"type\\\":\\\"text/html\\\",\\\"href\\\":\\\"https://mstdn.social/@tobru\\\"},{\\\"rel\\\":\\\"self\\\",\\\"type\\\":\\\"application/activity+json\\\",\\\"href\\\":\\\"https://mstdn.social/users/tobru\\\"},{\\\"rel\\\":\\\"http://ostatus.org/schema/1.0/subscribe\\\",\\\"template\\\":\\\"https://mstdn.social/authorize_interaction?uri={uri}\\\"}]}\"\n}\n"

View file

@ -24,7 +24,7 @@ spec:
component: ghost
spec:
containers:
- image: ghost:5.23.0-alpine
- image: ghost:5.22.10-alpine
imagePullPolicy: IfNotPresent
name: ghost
env:
@ -60,14 +60,6 @@ spec:
- name: data
mountPath: /var/lib/ghost/content
subPath: ghost
- image: docker.io/library/caddy:2.6.2-alpine
imagePullPolicy: IfNotPresent
name: caddy
ports:
- containerPort: 8080
volumeMounts:
- mountPath: /etc/caddy
name: caddyfile
dnsPolicy: ClusterFirst
restartPolicy: Always
schedulerName: default-scheduler
@ -77,7 +69,3 @@ spec:
- name: data
persistentVolumeClaim:
claimName: data
- configMap:
defaultMode: 420
name: caddyconfig
name: caddyfile

View file

@ -17,13 +17,6 @@ spec:
- host: tobru.ch
http:
paths:
- path: /.well-known/webfinger
pathType: Prefix
backend:
service:
name: ghost
port:
number: 8080
- path: /
pathType: Prefix
backend:

View file

@ -8,14 +8,9 @@ metadata:
namespace: tobru-ch
spec:
ports:
- name: ghost
port: 2368
- port: 2368
protocol: TCP
targetPort: 2368
- name: caddy
port: 8080
protocol: TCP
targetPort: 8080
selector:
component: ghost
sessionAffinity: None