-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathmetadata.yaml
44 lines (41 loc) · 1.88 KB
/
metadata.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# Copyright 2025 Canonical Ltd.
# See LICENSE file for licensing details.
name: nginx-ingress-integrator
display-name: Nginx Ingress Integrator
description: |
A [Juju](https://juju.is/) [charm](https://juju.is/docs/olm/charmed-operators) deploying and managing external access to HTTP/HTTPS services in a
Kubernetes cluster via an Nginx Ingress resource. This requires the Kubernetes
cluster in question to have an [Nginx Ingress Controller](https://docs.nginx.com/nginx-ingress-controller/) already deployed into it.
This charm simplifies exposing services running inside a Kubernetes cluster to
external clients. It offers TLS termination as well as easy configuration of a
number of advanced features including rate limiting, restricting access to
specific client IP source ranges, and OWASP ModSecurity Core Rule Set (CRS).
As such, the charm makes it easy for charm developers to provide external
access to their HTTP workloads in Kubernetes by easy integration offered via
[the charm's nginx_route library](https://charmhub.io/nginx-ingress-integrator/libraries/nginx_route).
For DevOps and SRE teams, providing ingress for charms that support a relation
to this charm will be possible via a simple `juju relate` command.
summary: An operator to configure a kubernetes ingress.
docs: https://discourse.charmhub.io/t/nginx-ingress-integrator-docs-index/4511
issues: https://github.com/canonical/nginx-ingress-integrator-operator/issues
source: https://github.com/canonical/nginx-ingress-integrator-operator
maintainers:
- https://launchpad.net/~canonical-is-devops
assumes:
- k8s-api
provides:
ingress:
interface: ingress
limit: 1
nginx-route:
interface: nginx-route
limit: 1
requires:
certificates:
interface: tls-certificates
limit: 1
description: |
Requires certificates-generating charm for TLS
peers:
nginx-peers:
interface: nginx-instance