defenseunicorns / uds-package-postgres-operator

🏭 UDS Postgres Operator Zarf Package
Apache License 2.0
5 stars 1 forks source link

feat!: enable istio and netpols for everything #37

Closed Racer159 closed 2 months ago

Racer159 commented 2 months ago

Description

This PR enables Istio and adds netpols for everything.

[!IMPORTANT] :warning: BREAKING CHANGES

  • postgres.ingress within the uds-postgres-config chart is now an array of objects instead of a single entry - please update accordingly (single objects will still function but this is now deprecated).
  • All clients must be behind Istio now. This should already be happening for clients built as UDS packages but may not be for others.

Related Issue

Fixes #N/A

Type of change

Checklist before merging