cd: edit monifest
All checks were successful
Build and Push to GHCR / build (push) Successful in 10m51s

This commit is contained in:
vitaliy 2025-11-18 00:29:28 +03:00
parent c4fa24867c
commit 266cd60e10
2 changed files with 1 additions and 21 deletions

View File

@ -16,6 +16,6 @@ spec:
spec: spec:
containers: containers:
- name: go_hello - name: go_hello
image: "git.gocommunity.ru/go-hello:{{ .Chart.AppVersion }}" image: "git.gocommunity.ru/chertkov/do_simple:latest"
ports: ports:
- containerPort: 8080 - containerPort: 8080

View File

@ -1,20 +0,0 @@
{{- if .Values.ingress.enabled -}}
apiVersion: extensions/v1beta1
kind: Ingress
metadata:
name: helloworld
namespace: default
annotations:
kubernetes.io/ingress.class: alb
alb.ingress.kubernetes.io/scheme: internet-facing
alb.ingress.kubernetes.io/group.name: default
alb.ingress.kubernetes.io/target-type: ip
spec:
rules:
- http:
paths:
- path: /*
backend:
serviceName: helloworld
servicePort: 80
{{- end -}}