Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove the Ingress resource #30

Merged
merged 1 commit into from
May 19, 2021
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
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,6 @@ helm install --name=kube-eagle kube-eagle/kube-eagle
| `serviceMonitor.additionalLabels` | Additional labels to add to the ServiceMonitor | |
| `metricsNamespace` | Prefix of exposed prometheus metrics | `eagle` |
| `logLevel` | Logger's log granularity (debug, info, warn, error, fatal, panic) | `info` |
| `ingress.enabled` | Enables Ingress | `false` |
| `ingress.annotations` | Ingress annotations | `{}` |
| `ingress.hosts` | Ingress accepted hostnames | `[]` |
| `ingress.tls` | Ingress TLS configuration | `[]` |
| `podSecurityContext.runAsUser` | UserID to use for the pod | `99` |
| `podSecurityContext.runAsUser` | User group to use for the pod | `99` |
| `containerSecurityContext` | Security Context for the kube eagle container | `{}` |
Expand Down
38 changes: 0 additions & 38 deletions kube-eagle/templates/ingress.yaml

This file was deleted.

15 changes: 1 addition & 14 deletions kube-eagle/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,6 @@ service:
type: ClusterIP
port: 8080

ingress:
enabled: false
annotations: {}
# kubernetes.io/ingress.class: nginx
# kubernetes.io/tls-acme: "true"
path: /
hosts:
- chart-example.local
tls: []
# - secretName: chart-example-tls
# hosts:
# - chart-example.local

resources: {}
# We usually recommend not to specify default resources and to leave this as a conscious
# choice for the user. This also increases chances charts run on environments with little
Expand Down Expand Up @@ -93,4 +80,4 @@ env: {}
# fieldRef:
# fieldPath: status.podIP
# - name: SERVICE_8000_NAME
# value: metrics-server-exporter
# value: metrics-server-exporter