-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Gitea: Test and confirm that prot-b deployment works in dev #1191
Comments
Outstanding work:
|
UpdateThe issue appears to be twofold:
Manual SolutionI was able to get the
Note: steps (1) and (2) are documented by Istio in the following workaround for init containers. When all 3 steps mentioned above were performed, the Next StepsI propose the following next steps - we may wish to discuss as a group as there is a proposed change to a Gatekeeper constraint.
apiVersion: networking.k8s.io/v1
kind: NetworkPolicy
metadata:
labels:
argocd.statcan.gc.ca/instance: network-policies
name: allow-gitea-to-postgres
namespace: christian-boin
spec:
egress:
- ports:
- port: 5432
protocol: TCP
to:
- ipBlock:
cidr: 0.0.0.0/0
podSelector:
matchLabels:
app: gitea
app.kubernetes.io/instance: gitea-protected-b
policyTypes:
- Egress
Pull Requests |
Both |
Refer to epic here
The text was updated successfully, but these errors were encountered: