diff options
Diffstat (limited to 'kubernetes/namespaces/web')
| -rw-r--r-- | kubernetes/namespaces/web/pinnwand/deployment.yaml | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/kubernetes/namespaces/web/pinnwand/deployment.yaml b/kubernetes/namespaces/web/pinnwand/deployment.yaml index 61d65ae..748a46b 100644 --- a/kubernetes/namespaces/web/pinnwand/deployment.yaml +++ b/kubernetes/namespaces/web/pinnwand/deployment.yaml @@ -16,7 +16,7 @@ spec:        initContainers:          - name: init-service            image: busybox:latest -          command: ["wget", "https://raw.githubusercontent.com/python-discord/branding/main/logos/badge/badge_512x172.png", "-O", "/tmp/logo.png"] +          command: ["wget", "https://raw.githubusercontent.com/python-discord/branding/main/logos/logo_discord/logo_discord_256.png", "-O", "/tmp/logo.png"]            volumeMounts:              - name: pinnwand-logo                mountPath: /tmp/ | 
