Skip to content

Commit

Permalink
update default values.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
alexnuttinck committed Jul 31, 2020
1 parent c945f72 commit 918608b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
apiVersion: v2
name: microservice
version: 0.2.1
appVersion: 0.2.1
version: 0.2.2
appVersion: 0.2.2
description: A Helm chart which provide a DRY microservice deployment mechanism
keywords:
- microservice
Expand Down
12 changes: 6 additions & 6 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ annotations: {}

services:
- name: web
type: LoadBalancer
type: ClusterIP
specs:
- port: 8000
targetPort: 8000
Expand All @@ -46,11 +46,11 @@ services:
#port: is the abstracted Service port, which can be any port other pods use to access the Service
#https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.16/#serviceport-v1-core

environment:
- name: VAR1
value: value1
- name: VAR2
value: value2
#environment:
# - name: VAR1
# value: value1
# - name: VAR2
# value: value2

ingress:
enabled: false
Expand Down

0 comments on commit 918608b

Please sign in to comment.