Common 4.0 App Refactor Part 3 - Ornias

This commit is contained in:
kjeld Schouten-Lebbing
2021-05-23 18:25:57 +02:00
parent 5697c5212b
commit f94206ee60
54 changed files with 197 additions and 89 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
apiVersion: v2
kubeVersion: ">=1.16.0-0"
name: common-test
version: 3.0.0
version: 3.0.1
# upstream_version:
appVersion: none
description: Helper chart to test different use cases of the common library
@@ -0,0 +1,22 @@
image:
repository: b4bz/homer
tag: latest
pullPolicy: IfNotPresent
service:
main:
ports:
main:
port: 8080
ingress:
main:
enabled: true
probes:
liveness:
enabled: true
readiness:
enabled: true
startup:
enabled: true
-6
View File
@@ -2,9 +2,3 @@ image:
repository: b4bz/homer
tag: latest
pullPolicy: IfNotPresent
service:
main:
ports:
main:
port: 8080
+1 -1
View File
@@ -236,7 +236,7 @@ service:
# -- Port protocol.
# Support values are `HTTP`, `HTTPS`, `TCP` and `UDP`.
# HTTPS and HTTPS spawn a TCP service and get used for internal URL and name generation
protocol: HTTP
protocol: HTTP
# -- Specify a service targetPort if you wish to differ the service port from the application port.
# If `targetPort` is specified, this port number is used in the container definition instead of