mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-23 23:49:12 +00:00
fix pod-gateway service definition (#1003)
Co-authored-by: angelnu <git@angelnucom>
This commit is contained in:
parent
4ab426fddb
commit
9498870c02
@ -2,7 +2,7 @@ apiVersion: v2
|
|||||||
appVersion: 1.2.6
|
appVersion: 1.2.6
|
||||||
description: Admision controller to change the default gateway and DNS server of PODs
|
description: Admision controller to change the default gateway and DNS server of PODs
|
||||||
name: pod-gateway
|
name: pod-gateway
|
||||||
version: 3.0.1
|
version: 3.0.2
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
keywords:
|
keywords:
|
||||||
- pod-gateway
|
- pod-gateway
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# pod-gateway
|
# pod-gateway
|
||||||
|
|
||||||
![Version: 3.0.1](https://img.shields.io/badge/Version-3.0.1-informational?style=flat-square) ![AppVersion: 1.2.6](https://img.shields.io/badge/AppVersion-1.2.6-informational?style=flat-square)
|
![Version: 3.0.2](https://img.shields.io/badge/Version-3.0.2-informational?style=flat-square) ![AppVersion: 1.2.6](https://img.shields.io/badge/AppVersion-1.2.6-informational?style=flat-square)
|
||||||
|
|
||||||
Admision controller to change the default gateway and DNS server of PODs
|
Admision controller to change the default gateway and DNS server of PODs
|
||||||
|
|
||||||
@ -143,6 +143,12 @@ All notable changes to this application Helm chart will be documented in this fi
|
|||||||
|
|
||||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
|
### [3.0.2]
|
||||||
|
|
||||||
|
#### Fixed
|
||||||
|
|
||||||
|
- ClusterIP must be none - fixed service definition
|
||||||
|
|
||||||
### [3.0.1]
|
### [3.0.1]
|
||||||
|
|
||||||
#### Fixed
|
#### Fixed
|
||||||
|
@ -9,6 +9,12 @@ All notable changes to this application Helm chart will be documented in this fi
|
|||||||
|
|
||||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
|
### [3.0.2]
|
||||||
|
|
||||||
|
#### Fixed
|
||||||
|
|
||||||
|
- ClusterIP must be none - fixed service definition
|
||||||
|
|
||||||
### [3.0.1]
|
### [3.0.1]
|
||||||
|
|
||||||
#### Fixed
|
#### Fixed
|
||||||
|
@ -55,10 +55,10 @@ probes:
|
|||||||
|
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
||||||
|
type: ClusterIP
|
||||||
|
clusterIP: None
|
||||||
ports:
|
ports:
|
||||||
http:
|
http:
|
||||||
type: ClusterIP
|
|
||||||
clusterIP: None
|
|
||||||
port: 4789
|
port: 4789
|
||||||
protocol: UDP
|
protocol: UDP
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user