mirror of
https://github.com/nikdoof/ohayodash.git
synced 2025-12-17 20:09:28 +00:00
Fix the HTTP port on the chart
This commit is contained in:
@@ -2,7 +2,7 @@ apiVersion: v2
|
|||||||
appVersion: 0.6.1
|
appVersion: 0.6.1
|
||||||
description: Ohayo Dash is a Kubernetes driven start page and dashboard. All configuration is done by standard Kubernetes objects and ConfigMaps.
|
description: Ohayo Dash is a Kubernetes driven start page and dashboard. All configuration is done by standard Kubernetes objects and ConfigMaps.
|
||||||
name: ohayodash
|
name: ohayodash
|
||||||
version: 0.6.1
|
version: 0.6.2
|
||||||
kubeVersion: ">=1.19.0-0"
|
kubeVersion: ">=1.19.0-0"
|
||||||
keywords:
|
keywords:
|
||||||
- ohayodash
|
- ohayodash
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ image:
|
|||||||
# -- image pull policy
|
# -- image pull policy
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
# -- image tag
|
# -- image tag
|
||||||
tag: 0.6.0
|
tag: 0.6.2
|
||||||
|
|
||||||
# -- environment variables.
|
# -- environment variables.
|
||||||
# @default -- See below
|
# @default -- See below
|
||||||
@@ -25,7 +25,7 @@ service:
|
|||||||
main:
|
main:
|
||||||
ports:
|
ports:
|
||||||
http:
|
http:
|
||||||
port: 80
|
port: 8000
|
||||||
|
|
||||||
# -- Configures service account needed for reading k8s ingress objects
|
# -- Configures service account needed for reading k8s ingress objects
|
||||||
# @default -- See below
|
# @default -- See below
|
||||||
|
|||||||
Reference in New Issue
Block a user