Compare commits
3 Commits
6ae7115aef
...
2f7ab800e8
| Author | SHA1 | Date | |
|---|---|---|---|
|
2f7ab800e8
|
|||
| 18660ac7e6 | |||
| 2df8383d89 |
@@ -42,7 +42,7 @@ cilium:
|
||||
ingressController:
|
||||
enabled: false
|
||||
gatewayAPI:
|
||||
enabled: false
|
||||
enabled: true
|
||||
enableAlpn: true
|
||||
enableAppProtocol: true
|
||||
externalIPs:
|
||||
|
||||
@@ -80,7 +80,7 @@ freshrss:
|
||||
main:
|
||||
image:
|
||||
repository: freshrss/freshrss
|
||||
tag: 1.27.1
|
||||
tag: 1.28.0
|
||||
pullPolicy: IfNotPresent
|
||||
env:
|
||||
- name: PGID
|
||||
|
||||
@@ -1,30 +1,30 @@
|
||||
# apiVersion: objectbucket.io/v1alpha1
|
||||
# kind: ObjectBucketClaim
|
||||
# metadata:
|
||||
# name: ceph-bucket-outline
|
||||
# labels:
|
||||
# app.kubernetes.io/name: ceph-bucket-outline
|
||||
# app.kubernetes.io/instance: {{ .Release.Name }}
|
||||
# app.kubernetes.io/part-of: {{ .Release.Name }}
|
||||
# spec:
|
||||
# generateBucketName: bucket-outline
|
||||
# storageClassName: ceph-bucket
|
||||
# additionalConfig:
|
||||
# bucketPolicy: |
|
||||
# {
|
||||
# "Version": "2012-10-17",
|
||||
# "Statement": [
|
||||
# {
|
||||
# "Sid": "VisualEditor",
|
||||
# "Effect": "Allow",
|
||||
# "Action": [
|
||||
# "s3:GetObjectAcl",
|
||||
# "s3:DeleteObject",
|
||||
# "s3:PutObject",
|
||||
# "s3:GetObject",
|
||||
# "s3:PutObjectAcl"
|
||||
# ],
|
||||
# "Resource": "arn:aws:s3:::bucket-outline-630c57e0-d475-4d78-926c-c1c082291d73/*"
|
||||
# }
|
||||
# ]
|
||||
# }
|
||||
apiVersion: objectbucket.io/v1alpha1
|
||||
kind: ObjectBucketClaim
|
||||
metadata:
|
||||
name: ceph-bucket-outline
|
||||
labels:
|
||||
app.kubernetes.io/name: ceph-bucket-outline
|
||||
app.kubernetes.io/instance: {{ .Release.Name }}
|
||||
app.kubernetes.io/part-of: {{ .Release.Name }}
|
||||
spec:
|
||||
generateBucketName: bucket-outline
|
||||
storageClassName: ceph-bucket
|
||||
# additionalConfig:
|
||||
# bucketPolicy: |
|
||||
# {
|
||||
# "Version": "2012-10-17",
|
||||
# "Statement": [
|
||||
# {
|
||||
# "Sid": "VisualEditor",
|
||||
# "Effect": "Allow",
|
||||
# "Action": [
|
||||
# "s3:GetObjectAcl",
|
||||
# "s3:DeleteObject",
|
||||
# "s3:PutObject",
|
||||
# "s3:GetObject",
|
||||
# "s3:PutObjectAcl"
|
||||
# ],
|
||||
# "Resource": "arn:aws:s3:::bucket-outline-630c57e0-d475-4d78-926c-c1c082291d73/*"
|
||||
# }
|
||||
# ]
|
||||
# }
|
||||
|
||||
Reference in New Issue
Block a user