cd: edit monifest
All checks were successful
Build and Push to GHCR / build (push) Successful in 10m51s
All checks were successful
Build and Push to GHCR / build (push) Successful in 10m51s
This commit is contained in:
parent
c4fa24867c
commit
266cd60e10
@ -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
|
||||||
@ -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 -}}
|
|
||||||
Loading…
Reference in New Issue
Block a user