Skip to content
Open
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
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ Get instant access to the following pre-configured Kubernetes Apps:
- [Argo CD](https://github.com/argoproj/argo-cd): Declarative Continuous Deployment.
- [Keycloak](https://github.com/keycloak/keycloak): Identity and access management for modern applications and services.
- [Cert-manager](https://github.com/cert-manager/cert-manager) - Bring your own wildcard certificate or request one from Let's Encrypt.
- [Nginx Ingress Controller](https://github.com/kubernetes/ingress-nginx): Ingress controller for Kubernetes.
- [ExternalDNS](https://github.com/kubernetes-sigs/external-dns): Synchronize exposed ingresses with DNS providers.
- [Tekton Pipeline](https://github.com/tektoncd/pipeline): K8s-style resources for declaring CI/CD pipelines.
- [Tekton Triggers](https://github.com/tektoncd/triggers): Trigger pipelines from event payloads.
Expand Down
10 changes: 0 additions & 10 deletions apps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,16 +85,6 @@ appsInfo:
dependencies: None
about: Harbor is an open source trusted cloud native registry project that stores, signs, and scans content. Harbor extends the open source Docker Distribution by adding the functionalities usually required by users such as security, identity and management. Having a registry closer to the build and run environment can improve the image transfer efficiency. Harbor supports replication of images between registries, and also offers advanced security features such as user management, access control and activity auditing.
integration: Harbor can be enabled to provide each team with a private registry. Harbor has been made user and tenant aware. App Platform runs automated tasks that take care of creating a project in Harbor for each team, creating a bot-account for each team, and creating a Kubernetes pull secret in the team namespace to enable pulling of images out of the local registry.
ingress-nginx:
title: Ingress-NGINX
appVersion: 1.14.3
repo: https://github.com/kubernetes/ingress-nginx
maintainers: NGINX
relatedLinks:
- https://docs.nginx.com/nginx-ingress-controller
license: Apache 2.0
about: ingress-nginx is an Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer.
integration: App Platform integrated ingress-nginx into an advanced ingress architecture.
istio:
title: Istio
appVersion: 1.29.2
Expand Down
6 changes: 0 additions & 6 deletions chart/apl/values-production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,3 @@ apps:
serving:
# See: https://github.com/knative/operator/issues/376
replicas: 5
ingress-nginx:
autoscaling:
minReplicas: 2
private:
autoscaling:
minReplicas: 2
48 changes: 0 additions & 48 deletions chart/chart-index/Chart.lock

This file was deleted.

3 changes: 0 additions & 3 deletions chart/chart-index/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@ dependencies:
- name: harbor
version: 1.19.0
repository: https://helm.goharbor.io
- name: ingress-nginx
version: 4.14.3
repository: https://kubernetes.github.io/ingress-nginx
- name: base
alias: istio-base
version: 1.29.2
Expand Down
23 changes: 0 additions & 23 deletions charts/ingress-nginx/.helmignore

This file was deleted.

23 changes: 0 additions & 23 deletions charts/ingress-nginx/Chart.yaml

This file was deleted.

4 changes: 0 additions & 4 deletions charts/ingress-nginx/OWNERS

This file was deleted.

Loading
Loading