Initial commit with Woodpecker CI
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
@@ -18,7 +18,7 @@ spec:
|
||||
- name: imgcred
|
||||
containers:
|
||||
- name: hello-gin
|
||||
image: git.codemowers.io/laurivosandi/hello-gin
|
||||
image: git.codemowers.io/itumi/hello-gin
|
||||
env:
|
||||
- name: USERNAME
|
||||
value: world
|
||||
@@ -46,6 +46,19 @@ spec:
|
||||
port: 8000
|
||||
name: http
|
||||
---
|
||||
apiVersion: cert-manager.io/v1
|
||||
kind: Certificate
|
||||
metadata:
|
||||
name: gin-jake
|
||||
namespace: memelord-jake
|
||||
spec:
|
||||
secretName: gin-jake-tls
|
||||
dnsNames:
|
||||
- hello-itumi.ee-lte-1.codemowers.io # ← Changed from gin-jake to hello-itumi
|
||||
issuerRef:
|
||||
name: letsencrypt
|
||||
kind: ClusterIssuer
|
||||
---
|
||||
apiVersion: networking.k8s.io/v1
|
||||
kind: Ingress
|
||||
metadata:
|
||||
@@ -55,7 +68,7 @@ metadata:
|
||||
traefik.ingress.kubernetes.io/router.tls.certresolver: letsencrypt
|
||||
spec:
|
||||
rules:
|
||||
- host: hello-lauri.ee-lte-1.codemowers.io
|
||||
- host: hello-itumi.ee-lte-1.codemowers.io
|
||||
http:
|
||||
paths:
|
||||
- pathType: Prefix
|
||||
@@ -65,6 +78,10 @@ spec:
|
||||
name: hello-gin
|
||||
port:
|
||||
name: http
|
||||
tls:
|
||||
- secretName: gin-jake-tls
|
||||
hosts: # ← Add this
|
||||
- hello-itumi.ee-lte-1.codemowers.io
|
||||
---
|
||||
apiVersion: monitoring.coreos.com/v1
|
||||
kind: PodMonitor
|
||||
@@ -76,3 +93,4 @@ spec:
|
||||
app: hello-gin
|
||||
podMetricsEndpoints:
|
||||
- port: metrics
|
||||
|
||||
|
||||
Reference in New Issue
Block a user