diff --git a/k8s/deploy.yaml b/k8s/deploy.yaml index 4f00df7..c7ef94d 100644 --- a/k8s/deploy.yaml +++ b/k8s/deploy.yaml @@ -16,7 +16,7 @@ spec: image: $CI_REGISTRY_IMAGE:$CI_COMMIT_TAG envFrom: - configMapRef: - name: gitlab + name: $DEPLOY volumeMounts: - mountPath: /app/db name: $DEPLOY diff --git a/ui/static/ui/button.css b/ui/static/ui/button.css index 1f65394..c43029b 100644 --- a/ui/static/ui/button.css +++ b/ui/static/ui/button.css @@ -5,4 +5,12 @@ html, body { .section, .container { height: 100%; +} + +.container { + display: flex; + justify-content: center; + flex-direction: column; + align-items: center; + text-align: center; } \ No newline at end of file