slask2
Some checks failed
Build and Publish / BuildAndDeploy (push) Failing after 35s

This commit is contained in:
matst80
2025-05-15 19:33:19 +02:00
parent dfeb16a877
commit 8715c7ea34
2 changed files with 3 additions and 12 deletions

View File

@@ -2,8 +2,9 @@
FROM golang:alpine AS build-stage
WORKDIR /app
COPY go.mod go.sum ./
RUN go mod download
COPY go.mod ./
#COPY go.mod go.sum ./
#RUN go mod download
COPY *.go ./
COPY pkg ./pkg

View File

@@ -60,16 +60,6 @@ spec:
env:
- name: TZ
value: "Europe/Stockholm"
- name: KLARNA_API_USERNAME
valueFrom:
secretKeyRef:
name: klarna-api-credentials
key: username
- name: KLARNA_API_PASSWORD
valueFrom:
secretKeyRef:
name: klarna-api-credentials
key: password
- name: POD_IP
valueFrom:
fieldRef: