Skip to content

Commit

Permalink
Update anvil rabbitmq port
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Gu <[email protected]>
  • Loading branch information
tylergu committed Oct 27, 2023
1 parent 9a03ecf commit 64058cb
Show file tree
Hide file tree
Showing 3 changed files with 925 additions and 1 deletion.
1 change: 1 addition & 0 deletions data/anvil-rabbitmq-operator/config-crash.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"seed_custom_resource": "data/anvil-rabbitmq-operator/cr.yaml",
"kubernetes_version": "v1.26.6",
"diff_ignore_fields": [
"\\['metadata'\\]\\['annotations'\\]\\['anvil\\.dev\\\/lastRestartAt'\\]",
"\\['spec'\\]\\['containers'\\]\\[0\\]\\['command'\\]"
]
}
5 changes: 4 additions & 1 deletion data/anvil-rabbitmq-operator/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,8 @@
},
"crd_name": "rabbitmqclusters.anvil.dev",
"seed_custom_resource": "data/anvil-rabbitmq-operator/cr.yaml",
"kubernetes_version": "v1.26.6"
"kubernetes_version": "v1.26.6",
"diff_ignore_fields": [
"\\['metadata'\\]\\['annotations'\\]\\['anvil\\.dev\\\/lastRestartAt'\\]"
]
}
Loading

0 comments on commit 64058cb

Please sign in to comment.