diff --git a/stable/frontier/Chart.lock b/stable/frontier/Chart.lock index 24906a66..37f9b5f7 100644 --- a/stable/frontier/Chart.lock +++ b/stable/frontier/Chart.lock @@ -1,9 +1,9 @@ dependencies: - name: app repository: https://raystack.github.io/charts/ - version: 0.5.2 + version: 0.5.3 - name: app repository: https://raystack.github.io/charts/ - version: 0.5.2 -digest: sha256:cbe2d10a86face73aaa7cd1d6eb72f573399106e50c03d209322e44b556b6dd7 -generated: "2023-07-31T20:24:51.749481+05:30" + version: 0.5.3 +digest: sha256:d152b4844c222ecff12e0cfbe2d404241f66f2afa2f212d063df6b61584eddf0 +generated: "2024-01-31T12:19:30.82397+05:30" diff --git a/stable/frontier/Chart.yaml b/stable/frontier/Chart.yaml index 1c940e7a..30164c5a 100644 --- a/stable/frontier/Chart.yaml +++ b/stable/frontier/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.6 +version: 0.1.7 dependencies: - name: app diff --git a/stable/frontier/charts/app-0.5.2.tgz b/stable/frontier/charts/app-0.5.2.tgz deleted file mode 100644 index 74362d59..00000000 Binary files a/stable/frontier/charts/app-0.5.2.tgz and /dev/null differ diff --git a/stable/frontier/values.yaml b/stable/frontier/values.yaml index 509eaacd..d4d90e3c 100644 --- a/stable/frontier/values.yaml +++ b/stable/frontier/values.yaml @@ -32,11 +32,14 @@ frontier-app: targetPort: 8081 protocol: TCP name: grpc + - port: 3000 + targetPort: 3000 + protocol: TCP + name: admin-ui annotations: {} ingress: - enabled: true - annotations: - kubernetes.io/ingress.class: contour + enabled: false + annotations: {} hosts: - host: frontier.example.com paths: @@ -75,10 +78,10 @@ spicedb: SPICEDB_GRPC_SHUTDOWN_GRACE_PERIOD: "5s" container: ports: - - containerPort: 50051 - protocol: TCP - - containerPort: 8443 - protocol: TCP + - containerPort: 50051 + protocol: TCP + - containerPort: 8443 + protocol: TCP livenessProbe: exec: command: ["grpc_health_probe", "-v", "-addr=localhost:50051"] @@ -99,9 +102,8 @@ spicedb: protocol: TCP annotations: {} ingress: - enabled: true - annotations: - kubernetes.io/ingress.class: contour + enabled: false + annotations: {} hosts: - host: spicedb.example.com paths: