Skip to content

Commit

Permalink
Merge pull request #30 from robgmills/remove-ingress-resource
Browse files Browse the repository at this point in the history
Remove the Ingress resource
  • Loading branch information
weeco authored May 19, 2021
2 parents faad74a + 8f4507c commit 381870c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 56 deletions.
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

0 comments on commit 381870c

Please sign in to comment.