Skip to content

Commit

Permalink
fix(echo-server): define container port
Browse files Browse the repository at this point in the history
  • Loading branch information
jfroy committed Aug 22, 2024
1 parent b7227cf commit 065d867
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions kubernetes/apps/network/echo-server/app/helmrelease.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
# yaml-language-server: $schema=https://raw.githubusercontent.com/bjw-s/helm-charts/main/charts/other/app-template/schemas/helmrelease-helm-v2.schema.json
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
Expand Down Expand Up @@ -33,6 +34,9 @@ spec:
tag: v1.10@sha256:1474027c316661cdec87df2623e13a41e7e1ce0ba99c24917631de8f300b5420
env:
WHOAMI_NAME: *app
ports:
- name: http
containerPort: 80
probes:
liveness: &probes
enabled: true
Expand Down

0 comments on commit 065d867

Please sign in to comment.