Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion parcellab/common/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: common
description: A Helm chart library for parcelLab charts
type: library
version: 1.3.10
version: 1.3.11
Comment thread
shuesken marked this conversation as resolved.
maintainers:
- name: parcelLab
email: engineering@parcellab.com
3 changes: 3 additions & 0 deletions parcellab/common/templates/_httproutes.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ metadata:
{{- end }}
annotations:
external-dns.alpha.kubernetes.io/hostname: "{{ join "," $route.hosts }}"
{{- with $route.annotations }}
Comment thread
shuesken marked this conversation as resolved.
{{- toYaml . | nindent 4 }}
{{- end }}
Comment thread
shuesken marked this conversation as resolved.
spec:
parentRefs:
- name: {{ $gateway.name }}
Expand Down
2 changes: 1 addition & 1 deletion parcellab/microservice/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: microservice
description: Simple microservice
version: 0.6.0
version: 0.6.1
dependencies:
- name: common
version: "*"
Expand Down
2 changes: 2 additions & 0 deletions parcellab/microservice/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,8 @@ envoy:
# # requestTimeout: 30s
# labels:
# foo: bar # optional
# annotations:
# foo: bar # optional
grpcRoutes: []
# - name: my-default-grpc-route
# hosts:
Expand Down
2 changes: 1 addition & 1 deletion parcellab/monolith/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: monolith
description: Application that may define multiple services and cronjobs
version: 0.6.0
version: 0.6.1
Comment thread
shuesken marked this conversation as resolved.
dependencies:
- name: common
version: "*"
Expand Down
4 changes: 4 additions & 0 deletions parcellab/monolith/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,8 @@ envoy:
# # requestTimeout: 30s
# labels:
# foo: bar # optional
# annotations:
# foo: bar # optional
grpcRoutes: []
# - name: my-default-grpc-route
# hosts:
Expand Down Expand Up @@ -171,6 +173,8 @@ envoy:
# # requestTimeout: 30s
# labels:
# foo: bar # optional
# annotations:
# foo: bar # optional: extra annotations applied to this GRPCRoute resource
security:
enabled: false
# enabled: true
Expand Down
Loading