Skip to content

Commit

Permalink
feat: add appProtocol field to Service
Browse files Browse the repository at this point in the history
  • Loading branch information
Jens Schulze committed Aug 4, 2023
1 parent 537a8cb commit 4cefea2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/restinthemiddle/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ apiVersion: v2
name: restinthemiddle
description: Deploy the HTTP logging proxy with ease
type: application
version: 0.9.1
version: 0.10.0
2 changes: 1 addition & 1 deletion charts/restinthemiddle/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# restinthemiddle

![Version: 0.9.1](https://img.shields.io/badge/Version-0.9.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![Version: 0.10.0](https://img.shields.io/badge/Version-0.10.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)

Deploy the HTTP logging proxy with ease

Expand Down
3 changes: 2 additions & 1 deletion charts/restinthemiddle/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ metadata:
spec:
type: {{ .Values.service.type }}
ports:
- name: listen-port
- appProtocol: http
name: listen-port
port: {{ .Values.service.portOverride | default .Values.config.listenPort }}
targetPort: listen-port
protocol: TCP
Expand Down

0 comments on commit 4cefea2

Please sign in to comment.